Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ Remove() [4/5]

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

Implements System.Collections.Immutable.IImmutableDictionary< TKey, TValue >.

Definition at line 1298 of file ImmutableSortedDictionary.cs.

1299 {
1300 throw new NotSupportedException();
1301 }