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

◆ ThrowObjectDisposedException()

void System.Text.TranscodingStream.ThrowObjectDisposedException ( )
inlineprivate

Definition at line 335 of file TranscodingStream.cs.

336 {
337 ThrowHelper.ThrowObjectDisposedException_StreamClosed(GetType().Name);
338 }

References System.Name, and System.ThrowHelper.ThrowObjectDisposedException_StreamClosed().

Referenced by System.Text.TranscodingStream.ThrowIfDisposed().