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

◆ Clear()

override void System.Collections.ArrayList.ReadOnlyArrayList.Clear ( )
inlinevirtual

Reimplemented from System.Collections.ArrayList.

Definition at line 1400 of file ArrayList.cs.

1401 {
1402 throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
1403 }

References System.SR.NotSupported_ReadOnlyCollection.