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

◆ BeginRead()

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

Reimplemented from System.IO.Stream.

Definition at line 205 of file DeflateStream.cs.

206 {
207 if (!this.disposed)
208 {
209 if (array != null)
210 {
211 IAsyncResult asyncResult;
212 return asyncResult;
213 }
214 }
215 else
216 {
217 Type type = base.GetType();
218 }
219 return "count";
220 }
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.