The NREnum type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| AccessModifier |
Gets or sets the access modifier for this type.
(Inherited from NRTypeBase.) | |
| Attributes |
Gets a list of attributes of the type.
(Inherited from NRTypeBase.) | |
| DeclaringTypeFullName |
Gets or sets the full full name of the type in which this type is nested.
(Inherited from NRTypeBase.) | |
| FullName |
Gets or sets the full name of this type.
(Inherited from NRTypeBase.) | |
| Name |
Gets or sets the name of this type.
(Inherited from NRTypeBase.) | |
| Namespace |
Gets or sets the namespace of this type.
(Inherited from NRTypeBase.) | |
| UnderlyingType |
Gets or sets the underlying type of the enum.
| |
| Values |
Gets a list of values of this enum.
|
See Also