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.ValueTaskAwaiter< TResult > Struct Template Reference
+ Inheritance diagram for System.Runtime.CompilerServices.ValueTaskAwaiter< TResult >:
+ Collaboration diagram for System.Runtime.CompilerServices.ValueTaskAwaiter< TResult >:

Public Member Functions

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

Static Public Member Functions

static ValueTaskAwaiter ()
 

Package Functions

 ValueTaskAwaiter (global::System.Threading.Tasks.ValueTask< TResult > value)
 
 ValueTaskAwaiter (global::System.Threading.Tasks.ValueTask value)
 

Static Package Attributes

static readonly global::System.Action< object > s_invokeActionDelegate
 

Properties

bool IsCompleted [get, set]
 

Private Attributes

readonly global::System.Threading.Tasks.ValueTask< TResult_value
 
readonly global::System.Threading.Tasks.ValueTask _value
 

Detailed Description

Definition at line 10 of file ValueTaskAwaiter.2.cs.


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