메소드 | 설명 | |
---|---|---|
EvalNodeFieldOrProperty ( string identifier ) : System |
Initialize a new instance of the EvalNodeFieldOrProperty class.
|
|
Evaluate ( object thisObject ) : |
Evalaute this node and return result.
|
|
ToString ( ) : string |
Human readable version of the expression.
|
메소드 | 설명 | |
---|---|---|
EvaluateObjectMember ( |
||
EvaluateTypeMember ( |
public EvalNodeFieldOrProperty ( string identifier ) : System | ||
identifier | string | Specifies identifier of the member to call. |
리턴 | System |
public Evaluate ( object thisObject ) : |
||
thisObject | object | Reference to object that is exposed as 'this'. |
리턴 |