NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeGenerator.OutputOperator

Generates code for the specified operator.

[Visual Basic]
Overridable Protected Sub OutputOperator( _
   ByVal op As CodeBinaryOperatorType _
)
[C#]
protected virtual void OutputOperator(
   CodeBinaryOperatorType op
);
[C++]
protected: virtual void OutputOperator(
   CodeBinaryOperatorType op
);
[JScript]
protected function OutputOperator(
   op : CodeBinaryOperatorType
);

Parameters

op
A CodeBinaryOperatorType that indicates the operator to generate code for.

See Also

CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeBinaryOperatorType