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

◆ Add() [2/2]

void ICollection< T >. System.ArraySegment< T >.Add ( T item)
inline

Definition at line 289 of file ArraySegment.cs.

290 {
291 ThrowHelper.ThrowNotSupportedException();
292 }

References System.ThrowHelper.ThrowNotSupportedException().

Referenced by System.Net.WebSockets.WebSocketBase.WebSocketOperation.Process().