C# Class Microsoft.Zing.SendStatement

Inheritance: System.Compiler.Statement
Afficher le fichier Open project: ZingModelChecker/Zing Class Usage Examples

Méthodes publiques

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

Method Details

SendStatement() public méthode

public SendStatement ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SendStatement() public méthode

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

SendStatement() public méthode

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