Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable< TResult >.ConfiguredValueTaskAwaiter Struct Reference

Public Member Functions

void GetResult ()
 
void OnCompleted (Action continuation)
 
void UnsafeOnCompleted (Action continuation)
 
void IStateMachineBoxAwareAwaiter. AwaitUnsafeOnCompleted (IAsyncStateMachineBox box)
 
TResult GetResult ()
 
void OnCompleted (Action continuation)
 
void UnsafeOnCompleted (Action continuation)
 
void IStateMachineBoxAwareAwaiter. AwaitUnsafeOnCompleted (IAsyncStateMachineBox box)
 

Package Functions

 ConfiguredValueTaskAwaiter (in ValueTask value)
 
 ConfiguredValueTaskAwaiter (in ValueTask< TResult > value)
 

Properties

bool IsCompleted [get]
 

Private Attributes

readonly ValueTask _value
 
readonly ValueTask< TResult_value
 

Detailed Description

Definition at line 108 of file ConfiguredValueTaskAwaitable.cs.


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