Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ Add()

void ICollection< TValue >. System.Collections.ObjectModel.ReadOnlyDictionary< TKey, TValue >.ValueCollection.Add ( TValue item)
inlineprivate

Definition at line 144 of file ReadOnlyDictionary.cs.

145 {
146 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
147 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported_ReadOnlyCollection.