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

◆ Insert() [1/2]

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

Definition at line 1452 of file ArrayList.cs.

1453 {
1454 throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
1455 }

References System.SR.NotSupported_ReadOnlyCollection.