C# Класс Microsoft.Zing.AsyncMethodCall

Наследование: System.Compiler.ExpressionStatement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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