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

◆ Add() [5/5]

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

Definition at line 282 of file ReadOnlyDictionary.cs.

283 {
284 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
285 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported_ReadOnlyCollection.