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

◆ Remove() [1/5]

bool ICollection< KeyValuePair< TKey, TValue > >. System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >.Remove ( KeyValuePair< TKey, TValue > item)
inlineprivate

Definition at line 1313 of file ImmutableSortedDictionary.cs.

1314 {
1315 throw new NotSupportedException();
1316 }