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

◆ RemoveRange()

override void System.Collections.ArrayList.ReadOnlyArrayList.RemoveRange ( int index,
int count )
inlinevirtual

Reimplemented from System.Collections.ArrayList.

Definition at line 1487 of file ArrayList.cs.

1488 {
1489 throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
1490 }

References System.SR.NotSupported_ReadOnlyCollection.