Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
SystemThreadingTasks_FutureDebugView (Task< TResult > task) | |
Properties | |
TResult | Result [get] |
object | AsyncState [get] |
TaskCreationOptions | CreationOptions [get] |
Exception | Exception [get] |
int | Id [get] |
bool | CancellationPending [get] |
TaskStatus | Status [get] |
Private Attributes | |
readonly Task< TResult > | m_task |
Definition at line 3 of file SystemThreadingTasks_FutureDebugView.cs.