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

◆ Start< TStateMachine >() [2/2]

void System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder< TResult >.Start< TStateMachine > ( ref TStateMachine stateMachine)
inline
Type Constraints
TStateMachine :IAsyncStateMachine 

Definition at line 102 of file AsyncValueTaskMethodBuilder.cs.

102 : IAsyncStateMachine
103 {
104 AsyncMethodBuilderCore.Start(ref stateMachine);
105 }

References System.stateMachine.