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

◆ Remove() [2/6]

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

Implements System.Collections.IDictionary.

Definition at line 1318 of file ImmutableDictionary.cs.

1319 {
1320 throw new NotSupportedException();
1321 }