다음을 통해 공유


UnaryOperationBinder(ExpressionType) 생성자

정의

BinaryOperationBinder 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

operation
ExpressionType

단항 연산 종류입니다.

적용 대상