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

◆ Clear() [3/4]

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

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

Definition at line 1308 of file ImmutableSortedDictionary.cs.

1309 {
1310 throw new NotSupportedException();
1311 }