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

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

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

Метод Описание
SendStatement ( ) : System.Collections.Generic
SendStatement ( System.Compiler.Expression channel, System.Compiler.Expression data ) : System.Collections.Generic
SendStatement ( System.Compiler.Expression channel, System.Compiler.Expression data, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic

Описание методов

SendStatement() публичный Метод

public SendStatement ( ) : System.Collections.Generic
Результат System.Collections.Generic

SendStatement() публичный Метод

public SendStatement ( System.Compiler.Expression channel, System.Compiler.Expression data ) : System.Collections.Generic
channel System.Compiler.Expression
data System.Compiler.Expression
Результат System.Collections.Generic

SendStatement() публичный Метод

public SendStatement ( System.Compiler.Expression channel, System.Compiler.Expression data, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
channel System.Compiler.Expression
data System.Compiler.Expression
sourceContext System.Compiler.SourceContext
Результат System.Collections.Generic