Méthode | Description | |
---|---|---|
EvalNodeIdentifier ( |
Initialize a new instance of the EvalNodeIdentifier class.
|
|
Evaluate ( object thisObject ) : |
Evalaute this node and return result.
|
|
ToString ( ) : string |
Human readable version of the expression.
|
Méthode | Description | |
---|---|---|
EvalNodeIdentifier ( ) : System |
public EvalNodeIdentifier ( |
||
eval | Owning eval instance.. | |
identifier | string | Specifies identifier of the member to call. |
language | System.Language | Language used for evaluation. |
Résultat | System |
public Evaluate ( object thisObject ) : |
||
thisObject | object | Reference to object that is exposed as 'this'. |
Résultat |