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

Else if command
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
显示文件 Open project: OxPatient/Rule-Engine

Public Methods

Method Description
ElseIf ( Label endIfLabel, Comparison comparisonType, VariableBase leftHandSide, VariableBase rightHandSide ) : System.Reflection.Emit

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

Method Details

ElseIf() public method

Constructor
public ElseIf ( Label endIfLabel, Comparison comparisonType, VariableBase leftHandSide, VariableBase rightHandSide ) : System.Reflection.Emit
endIfLabel System.Reflection.Emit.Label End if label (for this else if)
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

Setup() public method

Sets up the command
public Setup ( ) : void
return void

ToString() public method

Converts the command to a string
public ToString ( ) : string
return string