The NRGenericType 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.) | |
| GenericTypes |
Gets a list containing all type parameters of a type.
| |
| IsGeneric |
Gets a value indicating wether this type is a generic.
| |
| Name |
Gets or sets the name of this type.
(Inherited from NRTypeBase.) | |
| Namespace |
Gets or sets the namespace of this type.
(Inherited from NRTypeBase.) |
See Also