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

◆ Add() [7/8]

void IDictionary< TKey, TValue >. System.Collections.Immutable.ImmutableDictionary< TKey, TValue >.Add ( TKey key,
TValue value )
inlineprivate

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

Definition at line 1265 of file ImmutableDictionary.cs.

1266 {
1267 throw new NotSupportedException();
1268 }