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

◆ Clear()

void ICollection< T >. System.ArraySegment< T >.Clear ( )
inline

Definition at line 294 of file ArraySegment.cs.

295 {
296 ThrowHelper.ThrowNotSupportedException();
297 }

References System.ThrowHelper.ThrowNotSupportedException().