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