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

◆ CopyTo() [2/2]

override void System.IO.MemoryStream.CopyTo ( Stream destination,
int bufferSize )
inlinevirtualinherited

Reimplemented from System.IO.Stream.

Definition at line 441 of file MemoryStream.cs.

442 {
443 StreamHelpers.ValidateCopyToArgs(this, destination, bufferSize);
444 Type type;
445 bool flag = base.GetType() != type;
446 base.CopyTo(destination, bufferSize);
447 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.destination, System.Type.GetType(), j__TPar, and System.IO.StreamHelpers.ValidateCopyToArgs().