C# Class Theraot.Core.System.Runtime.CompilerServices.AsyncStateMachineAttribute

Inheritance: Theraot.Core.System.Runtime.CompilerServices.StateMachineAttribute
ファイルを表示 Open project: Difficulty-in-naming/DreamSerialize

Public Methods

Method Description
AsyncStateMachineAttribute ( Type stateMachineType ) : System

Initializes the attribute.

Method Details

AsyncStateMachineAttribute() public method

Initializes the attribute.
public AsyncStateMachineAttribute ( Type stateMachineType ) : System
stateMachineType Type The type that implements the state machine.
return System