Méthode | Description | |
---|---|---|
Else ( ) : void |
Defines an else statement
|
|
ElseIf ( |
Defines an else if statement
|
|
EndIf ( ) : void |
Ends the if statement
|
|
If ( Comparison comparisonType, |
Constructor
|
|
Setup ( ) : void |
Sets up the command
|
|
ToString ( ) : string |
Converts the command to the string
|
public ElseIf ( |
||
leftHandSide | left hand side value | |
comparisonType | Comparison | Comparison type |
rightHandSide | right hand side value | |
Résultat | void |
public If ( Comparison comparisonType, |
||
comparisonType | Comparison | Comparison type |
leftHandSide | Left hand side | |
rightHandSide | Right hand side | |
Résultat | System.Reflection.Emit |