System.Runtime.CompilerServices.AsyncStateMachineAttribute.AsyncStateMachineAttribute C# (CSharp) Méthode

AsyncStateMachineAttribute() public méthode

public AsyncStateMachineAttribute ( Type stateMachineType ) : System
stateMachineType Type
Résultat System
        public AsyncStateMachineAttribute(Type stateMachineType)
            : base(stateMachineType)
        {
        }
    }
AsyncStateMachineAttribute