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

◆ Clear()

void System.Collections.ArrayList.ReadOnlyList.Clear ( )
inline

Implements System.Collections.IList.

Definition at line 1301 of file ArrayList.cs.

1302 {
1303 throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
1304 }

References System.SR.NotSupported_ReadOnlyCollection.