ExprOperator abstract class ExprOperator : ExprWithType Documentation Code public Expr OptionalUserDefinedCall { get; set; } public MethWithInst PredefinedMethodToCall { get; set; } public MethPropWithInst UserDefinedCallMethod { get; set; } protected ExprOperator(ExpressionKind kind, CType type)