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, |
Constructor
|
public While ( Comparison comparisonType, |
||
comparisonType | Comparison | Comparison type |
leftHandSide | Left hand side | |
rightHandSide | Right hand side | |
return | System.Reflection.Emit |