C# Class Microsoft.Zing.SendStatement

Inheritance: System.Compiler.Statement
显示文件 Open project: ZingModelChecker/Zing Class Usage Examples

Public Methods

Method 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 method

public SendStatement ( ) : System.Collections.Generic
return System.Collections.Generic

SendStatement() public method

public SendStatement ( System.Compiler.Expression channel, System.Compiler.Expression data ) : System.Collections.Generic
channel System.Compiler.Expression
data System.Compiler.Expression
return System.Collections.Generic

SendStatement() public method

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
return System.Collections.Generic