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

◆ Insert() [1/2]

void System.Collections.ArrayList.ReadOnlyList.Insert ( int index,
object obj )
inline

Definition at line 1326 of file ArrayList.cs.

1327 {
1328 throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
1329 }

References System.SR.NotSupported_ReadOnlyCollection.