CodeGenerator::OutputOperator Method (CodeBinaryOperatorType)

 

Generates code for the specified operator.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void OutputOperator(
	CodeBinaryOperatorType op
)

Parameters

op
Type: System.CodeDom::CodeBinaryOperatorType

The operator to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: