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

◆ Add() [1/2]

int System.Collections.Specialized.SingleItemReadOnlyList.Add ( object value)
inline

Definition at line 67 of file SingleItemReadOnlyList.cs.

68 {
69 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
70 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported_ReadOnlyCollection.