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

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

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

Метод Описание
EndWhile ( While whileCommand ) : System.Reflection.Emit

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

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

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

Constructor
public EndWhile ( While whileCommand ) : System.Reflection.Emit
whileCommand While While command
Результат System.Reflection.Emit

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

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

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

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