C# Класс Yea.Reflection.Emit.Commands.If

If command
Наследование: Yea.Reflection.Emit.BaseClasses.CommandBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Else ( ) : void

Defines an else statement

ElseIf ( VariableBase leftHandSide, Comparison comparisonType, VariableBase rightHandSide ) : void

Defines an else if statement

EndIf ( ) : void

Ends the if statement

If ( Comparison comparisonType, VariableBase leftHandSide, VariableBase rightHandSide ) : System.Reflection.Emit

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to the string

Описание методов

Else() публичный Метод

Defines an else statement
public Else ( ) : void
Результат void

ElseIf() публичный Метод

Defines an else if statement
public ElseIf ( VariableBase leftHandSide, Comparison comparisonType, VariableBase rightHandSide ) : void
leftHandSide Yea.Reflection.Emit.BaseClasses.VariableBase left hand side value
comparisonType Comparison Comparison type
rightHandSide Yea.Reflection.Emit.BaseClasses.VariableBase right hand side value
Результат void

EndIf() публичный Метод

Ends the if statement
public EndIf ( ) : void
Результат void

If() публичный Метод

Constructor
public If ( 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

Setup() публичный Метод

Sets up the command
public Setup ( ) : void
Результат void

ToString() публичный Метод

Converts the command to the string
public ToString ( ) : string
Результат string