terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Runtime.CompilerServices.ConfiguredTaskAwaitable< TResult >.ConfiguredTaskAwaiter Struct Reference
+ Inheritance diagram for System.Runtime.CompilerServices.ConfiguredTaskAwaitable< TResult >.ConfiguredTaskAwaiter:
+ Collaboration diagram for System.Runtime.CompilerServices.ConfiguredTaskAwaitable< TResult >.ConfiguredTaskAwaiter:

Public Member Functions

void UnsafeOnCompleted (global::System.Action continuation)
 
TResult GetResult ()
 
void OnCompleted (global::System.Action continuation)
 
void UnsafeOnCompleted (global::System.Action continuation)
 
void GetResult ()
 

Package Functions

 ConfiguredTaskAwaiter (global::System.Threading.Tasks.Task< TResult > task, bool continueOnCapturedContext)
 
 ConfiguredTaskAwaiter (global::System.Threading.Tasks.Task task, bool continueOnCapturedContext)
 

Package Attributes

readonly global::System.Threading.Tasks.Task m_task
 

Properties

bool IsCompleted [get, set]
 

Private Attributes

readonly global::System.Threading.Tasks.Task< TResultm_task
 
readonly bool m_continueOnCapturedContext
 

Detailed Description

Definition at line 38 of file ConfiguredTaskAwaitable.2.cs.


The documentation for this struct was generated from the following files: