C# Class Microsoft.Zing.AsyncMethodCall

Inheritance: System.Compiler.ExpressionStatement
Exibir arquivo Open project: ZingModelChecker/Zing Class Usage Examples

Public Methods

Method 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 method

public AsyncMethodCall ( ) : System.Collections.Generic
return System.Collections.Generic

AsyncMethodCall() public method

public AsyncMethodCall ( System.Compiler.Expression callee, ExpressionList arguments ) : System.Collections.Generic
callee System.Compiler.Expression
arguments ExpressionList
return System.Collections.Generic

AsyncMethodCall() public method

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
return System.Collections.Generic