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() [1/2]

override void System.Net.DelegatedStream.Write ( byte[] buffer,
int offset,
int count )
inline

Definition at line 374 of file DelegatedStream.cs.

375 {
376 Stream stream = this._stream;
377 }

References System.Net.DelegatedStream._stream.