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]

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

Reimplemented in System.IO.MemoryStream, System.IO.Stream.NullStream, and System.IO.Compression.GZipStream.

Definition at line 97 of file Stream.cs.

98 {
99 StreamHelpers.ValidateCopyToArgs(this, destination, bufferSize);
100 if (!true)
101 {
102 }
103 if (!true)
104 {
105 }
106 if (this != null)
107 {
108 return;
109 }
110 }

References System.destination, and System.IO.StreamHelpers.ValidateCopyToArgs().