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

◆ Position

override long System.Security.Cryptography.CryptoStream.Position
getset

Definition at line 52 of file CryptoStream.cs.

53 {
54 get
55 {
56 throw new NotSupportedException(System.SR.NotSupported_UnseekableStream);
57 }
58 set
59 {
60 throw new NotSupportedException(System.SR.NotSupported_UnseekableStream);
61 }
62 }
static string NotSupported_UnseekableStream
Definition SR.cs:26
Definition SR.cs:7