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.Net.WebCompletionSource< T >.Result Class Reference
+ Collaboration diagram for System.Net.WebCompletionSource< T >.Result:

Public Member Functions

 Result (T argument)
 
 Result (WebCompletionSource< T >.Status state, ExceptionDispatchInfo error)
 

Properties

WebCompletionSource< T >.Status Status [get, set]
 
bool Success [get, set]
 
ExceptionDispatchInfo Error [get, set]
 
T Argument [get, set]
 

Private Attributes

readonly WebCompletionSource< T >.Status< Statusk__BackingField
 
readonly ExceptionDispatchInfo< Errork__BackingField
 
readonly T< Argumentk__BackingField
 

Detailed Description

Definition at line 191 of file WebCompletionSource.cs.


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