Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IAsyncStateMachineBox.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
internal
interface
IAsyncStateMachineBox
4
{
5
Action
MoveNextAction
{
get
; }
6
7
void
MoveNext
();
8
9
IAsyncStateMachine
GetStateMachineObject
();
10
11
void
ClearStateUponCompletion
();
12
}
System.Runtime.CompilerServices.IAsyncStateMachineBox.MoveNext
void MoveNext()
System.Runtime.CompilerServices.IAsyncStateMachineBox.MoveNextAction
Action MoveNextAction
Definition
IAsyncStateMachineBox.cs:5
System.Runtime.CompilerServices.IAsyncStateMachineBox.ClearStateUponCompletion
void ClearStateUponCompletion()
System.Runtime.CompilerServices.IAsyncStateMachineBox.GetStateMachineObject
IAsyncStateMachine GetStateMachineObject()
System.Runtime.CompilerServices.IAsyncStateMachineBox
Definition
IAsyncStateMachineBox.cs:4
System.Runtime.CompilerServices.IAsyncStateMachine
Definition
IAsyncStateMachine.cs:4
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
source
System.Private.CoreLib
System.Runtime.CompilerServices
IAsyncStateMachineBox.cs
Generated by
1.10.0