The XObjectExpression type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
CompareTo |
Compares the value of this Expression to the value of another Expression.
(Inherited from Expression.) |
|
|
Equals | (Inherited from Object.) |
|
|
Evaluate |
Returns the value of the Expression.
(Overrides Expression..::..Evaluate()()()().) |
|
|
GetEnumerator |
Gets an IEnumerator that can be used to iterate over a collection.
|
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the type of the current instance. (Inherited from Object.) |
|
|
Optimize |
Returns an equal or simpler (but equivalent) version of the Expression.
(Inherited from Expression.) |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Value |
Gets the inner value of this expression
(may be an actual value or an IValueObject).
|