다음을 통해 공유


BinaryOperationBinder(ExpressionType) 생성자

정의

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

protected:
 BinaryOperationBinder(System::Linq::Expressions::ExpressionType operation);
protected BinaryOperationBinder (System.Linq.Expressions.ExpressionType operation);
new System.Dynamic.BinaryOperationBinder : System.Linq.Expressions.ExpressionType -> System.Dynamic.BinaryOperationBinder
Protected Sub New (operation As ExpressionType)

매개 변수

operation
ExpressionType

이항 연산 종류입니다.

적용 대상