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

◆ Add() [2/8]

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

Definition at line 1303 of file ImmutableDictionary.cs.

1304 {
1305 throw new NotSupportedException();
1306 }