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

◆ Remove() [2/5]

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

Implements System.Collections.IDictionary.

Definition at line 1346 of file ImmutableSortedDictionary.cs.

1347 {
1348 throw new NotSupportedException();
1349 }