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

◆ SetLength()

override void System.Text.TranscodingStream.SetLength ( long value)
inline

Definition at line 319 of file TranscodingStream.cs.

320 {
321 ThrowHelper.ThrowNotSupportedException_UnseekableStream();
322 }

References System.ThrowHelper.ThrowNotSupportedException_UnseekableStream().