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

◆ Remove() [2/3]

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

Implements System.Collections.IDictionary.

Definition at line 364 of file ReadOnlyDictionary.cs.

365 {
366 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
367 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported_ReadOnlyCollection.