C# Class Microsoft.Zing.InvokePluginStatement

Inheritance: System.Compiler.Statement
Show file Open project: ZingModelChecker/Zing Class Usage Examples

Public Methods

Method Description
InvokePluginStatement ( ) : System.Collections.Generic
InvokePluginStatement ( ExpressionList operands ) : System.Collections.Generic
InvokePluginStatement ( ExpressionList operands, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic

Method Details

InvokePluginStatement() public method

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

InvokePluginStatement() public method

public InvokePluginStatement ( ExpressionList operands ) : System.Collections.Generic
operands ExpressionList
return System.Collections.Generic

InvokePluginStatement() public method

public InvokePluginStatement ( ExpressionList operands, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
operands ExpressionList
sourceContext System.Compiler.SourceContext
return System.Collections.Generic