UnaryOperationBinder(ExpressionType) Constructor  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the BinaryOperationBinder class.
protected:
 UnaryOperationBinder(System::Linq::Expressions::ExpressionType operation);
	protected UnaryOperationBinder(System.Linq.Expressions.ExpressionType operation);
	new System.Dynamic.UnaryOperationBinder : System.Linq.Expressions.ExpressionType -> System.Dynamic.UnaryOperationBinder
	Protected Sub New (operation As ExpressionType)
	Parameters
- operation
 - ExpressionType
 
The unary operation kind.