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

◆ Clear() [3/4]

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

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

Definition at line 1280 of file ImmutableDictionary.cs.

1281 {
1282 throw new NotSupportedException();
1283 }