C# Class ComponentFactory.Quicksilver.Binding.EvalResult

Specifies the type of a lexical token.
Afficher le fichier Open project: ComponentFactory/Quicksilver Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initialize a new instance of the EvalResult class.
public EvalResult ( ) : System
Résultat System

EvalResult() public méthode

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.
Résultat System