Method | Description | |
---|---|---|
EvalNodeNullCoalescing ( EvalNode child ) : System |
Instantiate a new instance of the EvalNodeNullCoalescing node.
|
|
Evaluate ( object thisObject ) : |
Evalaute this node and return result.
|
|
ToString ( ) : string |
Human readable version of the algebraic expression.
|
public EvalNodeNullCoalescing ( EvalNode child ) : System | ||
child | EvalNode | Specifies the child node. |
return | System |
public Evaluate ( object thisObject ) : |
||
thisObject | object | Reference to object that is exposed as 'this'. |
return |