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

◆ Add() [7/7]

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

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

Definition at line 1293 of file ImmutableSortedDictionary.cs.

1294 {
1295 throw new NotSupportedException();
1296 }