terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
AsyncCompletedEventArgs () | |
AsyncCompletedEventArgs (Exception error, bool cancelled, object userState) | |
Static Public Attributes | |
static readonly EventArgs | Empty |
Protected Member Functions | |
void | RaiseExceptionIfNecessary () |
Properties | |
bool | Cancelled [get] |
Exception | Error [get] |
object | UserState [get] |
Private Attributes | |
readonly Exception | error |
readonly bool | cancelled |
readonly object | userState |
Definition at line 6 of file AsyncCompletedEventArgs.cs.