See Also: UnaryExpression Members
The following table summarizes the factory methods that can be used to create a System.Linq.Expressions.UnaryExpression that has a specific node type.
In addition, the erload:System.Linq.Expressions.Expression.MakeUnary methods can also be used to create a System.Linq.Expressions.UnaryExpression. These factory methods can be used to create a System.Linq.Expressions.UnaryExpression of any node type that represents a unary operation. The parameter of these methods that is of type Expression.NodeType specifies the desired node type.