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

◆ Add() [1/7]

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

Definition at line 1303 of file ImmutableSortedDictionary.cs.

1304 {
1305 throw new NotSupportedException();
1306 }