Метод | Описание | |
---|---|---|
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 |
public SendStatement ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public SendStatement ( System.Compiler.Expression channel, System.Compiler.Expression data ) : System.Collections.Generic | ||
channel | System.Compiler.Expression | |
data | System.Compiler.Expression | |
Результат | System.Collections.Generic |
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 |