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

◆ RemoveAt()

void IList. System.Array.RemoveAt ( int index)
inlineprivate

Implements System.Collections.Generic.IList< T >.

Definition at line 1243 of file Array.cs.

1244 {
1245 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_FixedSizeCollection);
1246 }

References System.ThrowHelper.ThrowNotSupportedException().