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

◆ EndCalled

bool System.Net.LazyAsyncResult.EndCalled
getsetpackage

Definition at line 235 of file LazyAsyncResult.cs.

236 {
237 get
238 {
239 return this.m_EndCalled;
240 }
241 set
242 {
243 }
244 }