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

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

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

Definition at line 272 of file PoolingAsyncValueTaskMethodBuilder.cs.

272 : IAsyncStateMachine
273 {
274 AsyncMethodBuilderCore.Start(ref stateMachine);
275 }

References System.stateMachine.