Expression::MakeUnary Method

 

Creates a UnaryExpression by calling the appropriate factory method.

Namespace:   System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticMakeUnary(ExpressionType, Expression^, Type^)

Creates a UnaryExpression, given an operand, by calling the appropriate factory method.

System_CAPS_pubmethodSystem_CAPS_staticMakeUnary(ExpressionType, Expression^, Type^, MethodInfo^)

Creates a UnaryExpression, given an operand and implementing method, by calling the appropriate factory method.

Return to top
Show: