[This is preliminary documentation and is subject to change.]
Internal. Initializes a new instance of the Operator class with a given OperatorType.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected Operator( OperatorType op )
Protected Sub New ( _ op As OperatorType _ )
protected: Operator( OperatorType op )
Parameters
- op (OperatorType)
- The OperatorType being constructed.