OperatorInfo Constructors
Provides information about an operator listed in the Expression Editor.Name | Parameters | Description |
---|---|---|
OperatorInfo() | none | Initializes a new instance of the OperatorInfo class with the default settings. |
OperatorInfo(OperatorInfo) | other | Initializes a new instance of the OperatorInfo class with the specified prototype. |
OperatorInfo(String) | category | Initializes a new instance of the OperatorInfo class with the specified category. |
See Also