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

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

Méthodes publiques

Méthode 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 méthode

Ends the while statement
public EndWhile ( ) : void
Résultat void

Setup() public méthode

Sets up the while statement
public Setup ( ) : void
Résultat void

ToString() public méthode

The while statement as a string
public ToString ( ) : string
Résultat string

While() public méthode

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
Résultat System.Reflection.Emit