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

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

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

Метод Описание
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