C# 클래스 Theraot.Core.System.Runtime.CompilerServices.AsyncStateMachineAttribute

상속: Theraot.Core.System.Runtime.CompilerServices.StateMachineAttribute
파일 보기 프로젝트 열기: Difficulty-in-naming/DreamSerialize

공개 메소드들

메소드 설명
AsyncStateMachineAttribute ( Type stateMachineType ) : System

Initializes the attribute.

메소드 상세

AsyncStateMachineAttribute() 공개 메소드

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