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

Assignment command
Наследование: CommandBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Assign ( VariableBase leftHandSide, object value ) : System

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

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

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

Constructor
public Assign ( VariableBase leftHandSide, object value ) : System
leftHandSide Yea.Reflection.Emit.BaseClasses.VariableBase Left hand side
value object Value to store
Результат System

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

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

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

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