[This is preliminary documentation and is subject to change.]
Internal. Initializes a new instance of the Operator class with a given OperatorType.

C# | Visual Basic | Visual C++ |
protected Operator( OperatorType op )
Protected Sub New ( _ op As OperatorType _ )
protected: Operator( OperatorType op )

- op (OperatorType)
- The OperatorType being constructed.