System.Linq.Expressions.UnaryExpression Members

The members of System.Linq.Expressions.UnaryExpression are listed below.

See Also: Inherited members from System.Linq.Expressions.Expression

Public Properties

[read-only]
override
CanReducebool.

Gets a value that indicates whether the expression tree node can be reduced.

[read-only]
IsLiftedbool.

Gets a value that indicates whether the expression tree node represents a lifted call to an operator.

[read-only]
IsLiftedToNullbool.

Gets a value that indicates whether the expression tree node represents a lifted call to an operator whose return type is lifted to a nullable type.

[read-only]
MethodSystem.Reflection.MethodInfo.

Gets the implementing method for the unary operation.

[read-only]
override
NodeTypeExpressionType.

Returns the node type of this System.Linq.Expressions.Expression.

[read-only]
OperandExpression.

Gets the operand of the unary operation.

[read-only]
override
TypeType.

Gets the static type of the expression that this System.Linq.Expressions.Expression represents.

Public Methods

override
Reduce() : Expression

Reduces the expression node to a simpler expression.

Update(Expression) : UnaryExpression

Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.

Protected Methods

override
Accept(ExpressionVisitor) : Expression
Documentation for this section has not yet been entered.