terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Threading.Tasks.ValueTask< TResult > Struct Template Reference
+ Inheritance diagram for System.Threading.Tasks.ValueTask< TResult >:

Classes

class  ValueTaskSourceAsTask
 

Public Member Functions

 ValueTask (TResult result)
 
 ValueTask (Task< TResult > task)
 
 ValueTask (IValueTaskSource< TResult > source, short token)
 
override int GetHashCode ()
 
override bool Equals (object obj)
 
bool Equals (ValueTask< TResult > other)
 
Task< TResultAsTask ()
 
ValueTaskAwaiter< TResultGetAwaiter ()
 
ConfiguredValueTaskAwaitable< TResultConfigureAwait (bool continueOnCapturedContext)
 
override string ToString ()
 
 ValueTask (Task task)
 
 ValueTask (IValueTaskSource source, short token)
 
override int GetHashCode ()
 
override bool Equals (object obj)
 
bool Equals (ValueTask other)
 
Task AsTask ()
 
ValueTaskAwaiter GetAwaiter ()
 
ConfiguredValueTaskAwaitable ConfigureAwait (bool continueOnCapturedContext)
 
bool Equals (T other)
 
bool Equals (T other)
 

Static Public Member Functions

static ValueTask ()
 

Package Functions

void ThrowIfCompletedUnsuccessfully ()
 

Package Attributes

readonly object _obj
 
readonly TResult _result
 
readonly short _token
 
readonly bool _continueOnCapturedContext
 

Properties

bool IsCompleted [get]
 
bool IsCompletedSuccessfully [get]
 
TResult Result [get]
 
static Task CompletedTask [get]
 

Private Member Functions

 ValueTask (object obj, TResult result, short token, bool continueOnCapturedContext)
 
Task< TResultGetTaskForValueTaskSource (IValueTaskSource< TResult > t)
 
 ValueTask (object obj, short token, bool continueOnCapturedContext)
 
Task GetTaskForValueTaskSource (IValueTaskSource t)
 

Static Private Attributes

static Task< TResults_canceledTask
 
static readonly Task s_canceledTask
 

Detailed Description

Definition at line 11 of file ValueTask.2.cs.


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