terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CryptoStream() [2/2]

System.Security.Cryptography.CryptoStream.CryptoStream ( Stream stream,
ICryptoTransform transform,
CryptoStreamMode mode,
bool leaveOpen )
inline

Definition at line 21 of file CryptoStream.cs.

22 {
23 if (!true)
24 {
25 }
26 base..ctor();
28 this._stream = stream;
29 this._transform = transform;
30 if (mode == CryptoStreamMode.Read)
31 {
32 if (!true)
33 {
34 }
35 this._canRead = true;
36 return;
37 }
38 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.mode.