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

◆ SetLength()

override void System.Security.Cryptography.CryptoStream.SetLength ( long value)
inline

Definition at line 203 of file CryptoStream.cs.

204 {
205 throw new NotSupportedException(System.SR.NotSupported_UnseekableStream);
206 }
static string NotSupported_UnseekableStream
Definition SR.cs:26
Definition SR.cs:7

References System.SR.NotSupported_UnseekableStream.