C# 클래스 Yea.Reflection.Emit.Commands.ElseIf

Else if command
상속: Yea.Reflection.Emit.BaseClasses.CommandBase
파일 보기 프로젝트 열기: OxPatient/Rule-Engine

공개 메소드들

메소드 설명
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

메소드 상세

ElseIf() 공개 메소드

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
리턴 System.Reflection.Emit

Setup() 공개 메소드

Sets up the command
public Setup ( ) : void
리턴 void

ToString() 공개 메소드

Converts the command to a string
public ToString ( ) : string
리턴 string