Méthode | Description | |
---|---|---|
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 | ||
Résultat | System.Collections.Generic |
public SendStatement ( System.Compiler.Expression channel, System.Compiler.Expression data ) : System.Collections.Generic | ||
channel | System.Compiler.Expression | |
data | System.Compiler.Expression | |
Résultat | 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 | |
Résultat | System.Collections.Generic |