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

◆ Remove() [1/2]

void System.Collections.ArrayList.ReadOnlyList.Remove ( object value)
inline

Definition at line 1331 of file ArrayList.cs.

1332 {
1333 throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
1334 }

References System.SR.NotSupported_ReadOnlyCollection.