C# Class Yea.Reflection.Emit.Commands.While

While command
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
Datei anzeigen Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method Description
EndWhile ( ) : void

Ends the while statement

Setup ( ) : void

Sets up the while statement

ToString ( ) : string

The while statement as a string

While ( Comparison comparisonType, VariableBase leftHandSide, VariableBase rightHandSide ) : System.Reflection.Emit

Constructor

Method Details

EndWhile() public method

Ends the while statement
public EndWhile ( ) : void
return void

Setup() public method

Sets up the while statement
public Setup ( ) : void
return void

ToString() public method

The while statement as a string
public ToString ( ) : string
return string

While() public method

Constructor
public While ( Comparison comparisonType, VariableBase leftHandSide, VariableBase rightHandSide ) : System.Reflection.Emit
comparisonType Comparison Comparison type
leftHandSide Yea.Reflection.Emit.BaseClasses.VariableBase Left hand side
rightHandSide Yea.Reflection.Emit.BaseClasses.VariableBase Right hand side
return System.Reflection.Emit