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

◆ Insert() [1/2]

void System.Collections.Specialized.SingleItemReadOnlyList.Insert ( int index,
object value )
inline

Definition at line 77 of file SingleItemReadOnlyList.cs.

78 {
79 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
80 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported_ReadOnlyCollection.