C# 클래스 Microsoft.Zing.AsyncMethodCall

상속: System.Compiler.ExpressionStatement
파일 보기 프로젝트 열기: ZingModelChecker/Zing 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AsyncMethodCall() 공개 메소드

public AsyncMethodCall ( ) : System.Collections.Generic
리턴 System.Collections.Generic

AsyncMethodCall() 공개 메소드

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

AsyncMethodCall() 공개 메소드

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