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]
setpackage

Definition at line 29 of file HashLookup.cs.

30 {
31 set
32 {
33 TValue value2 = value;
35 }
36 }
bool Find(TKey key, bool add, bool set, [MaybeNullWhen(false)] ref TValue value)
Definition HashLookup.cs:78