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

◆ Remove() [1/6]

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

Definition at line 1285 of file ImmutableDictionary.cs.

1286 {
1287 throw new NotSupportedException();
1288 }