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

◆ Remove() [1/2]

void IList. System.Array.Remove ( object value)
inlineprivate

Definition at line 1238 of file Array.cs.

1239 {
1240 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_FixedSizeCollection);
1241 }

References System.ThrowHelper.ThrowNotSupportedException().