[]
Evaluates the ExpressionInfo object and returns the evaluated result or null if it cannot be evaluated.
object Evaluate(ExpressionInfo expression)
| Type | Name | Description |
|---|---|---|
| ExpressionInfo | expression | The ExpressionInfo object to evaluate. |
| Type | Description |
|---|---|
| object | Resulting value of the ExpressionInfo object or null. |