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

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

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

Метод Описание
EndIf ( If ifCommand ) : Yea.Reflection.Emit.BaseClasses

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

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

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

Constructor
public EndIf ( If ifCommand ) : Yea.Reflection.Emit.BaseClasses
ifCommand If If command
Результат Yea.Reflection.Emit.BaseClasses

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

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

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

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