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.
|
public EvalResult ( TypeCode type, object value ) : System | ||
type | TypeCode | Type of the result value. |
value | object | Result value. |
return | System |