[]
Expression that represents an external object.
public class XObjectExpression : Expression, IComparable<Expression>, IEnumerable
| Name | Description |
|---|---|
| Value | Gets the inner value of this expression (may be an actual value or an IValueObject). |
| Name | Description |
|---|---|
| Evaluate() | Returns the value of the Expression. |
| GetEnumerator() | Gets an IEnumerator that can be used to iterate over a collection. |