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

◆ Clear() [4/4]

void IDictionary. System.Collections.Immutable.ImmutableDictionary< TKey, TValue >.Clear ( )
inlineprivate

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

Definition at line 1323 of file ImmutableDictionary.cs.

1324 {
1325 throw new NotSupportedException();
1326 }