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

While command
상속: Yea.Reflection.Emit.BaseClasses.CommandBase
파일 보기 프로젝트 열기: OxPatient/Rule-Engine 1 사용 예제들

공개 메소드들

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

메소드 상세

EndWhile() 공개 메소드

Ends the while statement
public EndWhile ( ) : void
리턴 void

Setup() 공개 메소드

Sets up the while statement
public Setup ( ) : void
리턴 void

ToString() 공개 메소드

The while statement as a string
public ToString ( ) : string
리턴 string

While() 공개 메소드

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