C# Class ComponentFactory.Quicksilver.Binding.EvalResult

Specifies the type of a lexical token.
Show file Open project: ComponentFactory/Quicksilver Class Usage Examples

Public Methods

Method Description
EvalResult ( ) : System

Initialize a new instance of the EvalResult class.

EvalResult ( TypeCode type, object value ) : System

Initialize a new instance of the EvalResult class.

Method Details

EvalResult() public method

Initialize a new instance of the EvalResult class.
public EvalResult ( ) : System
return System

EvalResult() public method

Initialize a new instance of the EvalResult class.
public EvalResult ( TypeCode type, object value ) : System
type TypeCode Type of the result value.
value object Result value.
return System