C# Class StateMachineChecker, AsyncErrorHandler

Afficher le fichier Open project: Fody/AsyncErrorHandler

Méthodes publiques

Méthode Description
IsCompilerGenerated ( this typeDefinition ) : bool
IsIAsyncStateMachine ( this typeDefinition ) : bool
IsStateMachine ( this typeDefinition ) : bool

Method Details

IsCompilerGenerated() public static méthode

public static IsCompilerGenerated ( this typeDefinition ) : bool
typeDefinition this
Résultat bool

IsIAsyncStateMachine() public static méthode

public static IsIAsyncStateMachine ( this typeDefinition ) : bool
typeDefinition this
Résultat bool

IsStateMachine() public static méthode

public static IsStateMachine ( this typeDefinition ) : bool
typeDefinition this
Résultat bool