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

◆ Remove() [2/2]

bool ICollection< T >. System.ArraySegment< T >.Remove ( T item)
inline

Definition at line 306 of file ArraySegment.cs.

307 {
308 ThrowHelper.ThrowNotSupportedException();
309 return false;
310 }

References System.ThrowHelper.ThrowNotSupportedException().