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

◆ Add() [2/5]

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

Definition at line 336 of file ReadOnlyDictionary.cs.

337 {
338 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
339 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported_ReadOnlyCollection.