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

Unboxes an object
Inheritance: CommandBase
Afficher le fichier Open project: OxPatient/Rule-Engine Class Usage Examples

Méthodes publiques

Méthode Description
Setup ( ) : void

Sets up the unbox statement

ToString ( ) : string

Unbox statement as a string

UnBox ( VariableBase value, Type valueType ) : System

Unboxes a value to a specified type

Method Details

Setup() public méthode

Sets up the unbox statement
public Setup ( ) : void
Résultat void

ToString() public méthode

Unbox statement as a string
public ToString ( ) : string
Résultat string

UnBox() public méthode

Unboxes a value to a specified type
public UnBox ( VariableBase value, Type valueType ) : System
value Yea.Reflection.Emit.BaseClasses.VariableBase Value to unbox
valueType System.Type Value type
Résultat System