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

◆ Remove() [2/4]

void IDictionary. System.Collections.Generic.SortedDictionary< TKey, TValue >.Remove ( object key)
inlineprivate

Definition at line 815 of file SortedDictionary.cs.

816 {
817 if (IsCompatibleKey(key))
818 {
819 Remove((TKey)key);
820 }
821 }
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)

References System.Collections.Generic.SortedDictionary< TKey, TValue >.IsCompatibleKey(), System.key, and System.Collections.Generic.SortedDictionary< TKey, TValue >.Remove().