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

◆ RemoveAt()

void System.Collections.ArrayList.ReadOnlyList.RemoveAt ( int index)
inline

Implements System.Collections.IList.

Definition at line 1336 of file ArrayList.cs.

1337 {
1338 throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
1339 }

References System.SR.NotSupported_ReadOnlyCollection.