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

◆ Add() [1/2]

override int System.Collections.ArrayList.ReadOnlyArrayList.Add ( object obj)
inline

Definition at line 1385 of file ArrayList.cs.

1386 {
1387 throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
1388 }

References System.SR.NotSupported_ReadOnlyCollection.