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

◆ ReadAsync() [2/3]

override Task< int > System.IO.MemoryStream.ReadAsync ( byte[] buffer,
int offset,
int count,
CancellationToken cancellationToken )
inlinevirtualinherited

Reimplemented from System.IO.Stream.

Definition at line 384 of file MemoryStream.cs.

385 {
386 int num = 1;
387 if (buffer != null)
388 {
389 if (num == 0)
390 {
391 }
392 Task task;
393 return task;
394 }
395 return "offset";
396 }

References System.task.