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

◆ AddRange()

override void System.Collections.ArrayList.ReadOnlyArrayList.AddRange ( ICollection c)
inlinevirtual

Reimplemented from System.Collections.ArrayList.

Definition at line 1390 of file ArrayList.cs.

1391 {
1392 throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
1393 }

References System.SR.NotSupported_ReadOnlyCollection.