Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Yea
Reflection
Emit
Commands
Box
C# Class Yea.Reflection.Emit.Commands.Box
Boxes an object
Inheritance:
CommandBase
Datei anzeigen
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