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

◆ RemoveAt()

void IList< T >. System.ArraySegment< T >.RemoveAt ( int index)
inline

Definition at line 284 of file ArraySegment.cs.

285 {
286 ThrowHelper.ThrowNotSupportedException();
287 }

References System.ThrowHelper.ThrowNotSupportedException().