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

◆ Add() [1/8]

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

Definition at line 1275 of file ImmutableDictionary.cs.

1276 {
1277 throw new NotSupportedException();
1278 }