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

◆ Insert() [2/2]

void IList< T >. System.ArraySegment< T >.Insert ( int index,
T item )
inline

Definition at line 279 of file ArraySegment.cs.

280 {
281 ThrowHelper.ThrowNotSupportedException();
282 }

References System.ThrowHelper.ThrowNotSupportedException().