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

◆ Add()

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

Definition at line 74 of file ReadOnlyDictionary.cs.

75 {
76 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
77 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported_ReadOnlyCollection.