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!

VBCodeGenerator.OutputOperator

Generates code for the specified CodeDOM based operator representation.

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

Parameters

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

See Also

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