Share via


RuleEvaluationIncompatibleTypesException.Operator 属性

定义

获取或设置表示引发异常的运算符的 CodeBinaryOperatorType

public:
 property System::CodeDom::CodeBinaryOperatorType Operator { System::CodeDom::CodeBinaryOperatorType get(); void set(System::CodeDom::CodeBinaryOperatorType value); };
public System.CodeDom.CodeBinaryOperatorType Operator { get; set; }
member this.Operator : System.CodeDom.CodeBinaryOperatorType with get, set
Public Property Operator As CodeBinaryOperatorType

属性值

表示引发异常的运算符的 CodeBinaryOperatorType

适用于