Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[TKey key]
TValue
System.Linq.Parallel.HashLookup
< TKey, TValue >.
this
[TKey
key
]
set
package
Definition at line
29
of file
HashLookup.cs
.
30
{
31
set
32
{
33
TValue
value2
=
value
;
34
Find
(
key
,
add
:
false
,
set
:
true
,
ref
value2
);
35
}
36
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Linq.Parallel.HashLookup.Find
bool Find(TKey key, bool add, bool set, [MaybeNullWhen(false)] ref TValue value)
Definition
HashLookup.cs:78
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
System
Linq
Parallel
HashLookup
Generated by
1.10.0