Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetItem()

SortedInt32KeyNode< TValue > System.Collections.Immutable.SortedInt32KeyNode< TValue >.SetItem ( int key,
TValue value,
IEqualityComparer< TValue > valueComparer,
out bool replacedExistingValue,
out bool mutated )
inlinepackage

Definition at line 188 of file SortedInt32KeyNode.cs.

189 {
190 Requires.NotNull(valueComparer, "valueComparer");
192 }
SortedInt32KeyNode< TValue > SetOrAdd(int key, TValue value, IEqualityComparer< TValue > valueComparer, bool overwriteExistingValue, out bool replacedExistingValue, out bool mutated)

References System.key, System.Collections.Immutable.SortedInt32KeyNode< TValue >.SetOrAdd(), and System.value.