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

◆ Length

override long System.Security.Cryptography.CryptoStream.Length
get

Definition at line 44 of file CryptoStream.cs.

45 {
46 get
47 {
48 throw new NotSupportedException(System.SR.NotSupported_UnseekableStream);
49 }
50 }
static string NotSupported_UnseekableStream
Definition SR.cs:26
Definition SR.cs:7