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

◆ BeginWrite()

override IAsyncResult System.IO.Compression.DeflateStream.BeginWrite ( byte[] array,
int offset,
int count,
AsyncCallback asyncCallback,
object asyncState )
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 223 of file DeflateStream.cs.

224 {
225 if (!this.disposed)
226 {
227 if (array != null)
228 {
229 IAsyncResult asyncResult;
230 return asyncResult;
231 }
232 }
233 else
234 {
235 Type type = base.GetType();
236 }
237 return "count";
238 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.IO.Compression.DeflateStream.disposed, System.Type.GetType(), and j__TPar.