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

◆ Length

override long System.Text.TranscodingStream.Length
get

Definition at line 43 of file TranscodingStream.cs.

44 {
45 get
46 {
47 throw new NotSupportedException(SR.NotSupported_UnseekableStream);
48 }
49 }