C# Class Yea.Reflection.Emit.Commands.Box

Boxes an object
Inheritance: CommandBase
Exibir arquivo Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method Description
Box ( object value ) : System

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

Method Details

Box() public method

Constructor
public Box ( object value ) : System
value object Value to box
return System

Setup() public method

Sets up the command
public Setup ( ) : void
return void

ToString() public method

Converts the command to a string
public ToString ( ) : string
return string