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

◆ ThrowObjectDisposedException()

void System.Net.Sockets.Socket.ThrowObjectDisposedException ( )
inlineprivate

Definition at line 3831 of file Socket.cs.

3832 {
3833 throw new ObjectDisposedException(GetType().FullName);
3834 }

References System.FullName.

Referenced by System.Net.Sockets.Socket.ThrowIfDisposed().