C# Class Microsoft.Zing.AsyncMethodCall

Inheritance: System.Compiler.ExpressionStatement
Afficher le fichier Open project: ZingModelChecker/Zing Class Usage Examples

Méthodes publiques

Méthode Description
AsyncMethodCall ( ) : System.Collections.Generic
AsyncMethodCall ( System.Compiler.Expression callee, ExpressionList arguments ) : System.Collections.Generic
AsyncMethodCall ( System.Compiler.Expression callee, ExpressionList arguments, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic

Method Details

AsyncMethodCall() public méthode

public AsyncMethodCall ( ) : System.Collections.Generic
Résultat System.Collections.Generic

AsyncMethodCall() public méthode

public AsyncMethodCall ( System.Compiler.Expression callee, ExpressionList arguments ) : System.Collections.Generic
callee System.Compiler.Expression
arguments ExpressionList
Résultat System.Collections.Generic

AsyncMethodCall() public méthode

public AsyncMethodCall ( System.Compiler.Expression callee, ExpressionList arguments, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
callee System.Compiler.Expression
arguments ExpressionList
sourceContext System.Compiler.SourceContext
Résultat System.Collections.Generic