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

◆ Remove() [5/6]

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

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

Definition at line 1270 of file ImmutableDictionary.cs.

1271 {
1272 throw new NotSupportedException();
1273 }