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

◆ Write() [2/2]

override void System.Net.Sockets.NetworkStream.Write ( ReadOnlySpan< byte > source)
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 227 of file NetworkStream.cs.

228 {
229 Type type;
230 bool flag = base.GetType() != type;
231 base.Write(source);
232 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), j__TPar, and System.source.