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

◆ Remove() [1/2]

override void System.Collections.ArrayList.ReadOnlyArrayList.Remove ( object value)
inline

Definition at line 1477 of file ArrayList.cs.

1478 {
1479 throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
1480 }

References System.SR.NotSupported_ReadOnlyCollection.