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

◆ Clear() [4/4]

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

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

Definition at line 1351 of file ImmutableSortedDictionary.cs.

1352 {
1353 throw new NotSupportedException();
1354 }