CodeGenerator.OutputOperator(CodeBinaryOperatorType) Method

Definition

Generates code for the specified operator.

protected:
 virtual void OutputOperator(System::CodeDom::CodeBinaryOperatorType op);
protected virtual void OutputOperator (System.CodeDom.CodeBinaryOperatorType op);
abstract member OutputOperator : System.CodeDom.CodeBinaryOperatorType -> unit
override this.OutputOperator : System.CodeDom.CodeBinaryOperatorType -> unit
Protected Overridable Sub OutputOperator (op As CodeBinaryOperatorType)

Parameters

op
CodeBinaryOperatorType

The operator to generate code for.

Applies to

See also