Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CreateDebugFinalizableAsyncStateMachineBox< TStateMachine >()

static AsyncStateMachineBox< TStateMachine > System.Runtime.CompilerServices.AsyncTaskMethodBuilder< TResult >.CreateDebugFinalizableAsyncStateMachineBox< TStateMachine > ( )
inlinestaticprivate
Type Constraints
TStateMachine :IAsyncStateMachine 

Definition at line 305 of file AsyncTaskMethodBuilder.cs.

305 : IAsyncStateMachine
306 {
307 return new DebugFinalizableAsyncStateMachineBox<TStateMachine>();
308 }

Referenced by System.Runtime.CompilerServices.AsyncTaskMethodBuilder< TResult >.GetStateMachineBox< TStateMachine >().