The NRSingleInheritanceType 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.) |
![]() | BaseType |
Gets or sets the full name of the base type of this type.
|
![]() | Constructors |
Gets a list of constructors.
|
![]() | DeclaringTypeFullName |
Gets or sets the full full name of the type in which this type is nested.
(Inherited from NRTypeBase.) |
![]() | Events |
Gets a list of events of this type.
(Inherited from NRCompositeType.) |
![]() | Fields |
Gets a list of fields of this type.
|
![]() | FullName |
Gets or sets the full name of this type.
(Inherited from NRTypeBase.) |
![]() | GenericTypes |
Gets a list containing all type parameters of a type.
(Inherited from NRGenericType.) |
![]() | ImplementedInterfaces |
Gets a list which contains the full names of all implemented interfaces.
(Inherited from NRCompositeType.) |
![]() | IsGeneric |
Gets a value indicating wether this type is a generic.
(Inherited from NRGenericType.) |
![]() | Methods |
Gets a list of methods of this type.
(Inherited from NRCompositeType.) |
![]() | Name |
Gets or sets the name of this type.
(Inherited from NRTypeBase.) |
![]() | Namespace |
Gets or sets the namespace of this type.
(Inherited from NRTypeBase.) |
![]() | Operators |
Gets a list of operators of this type.
|
![]() | Properties |
Gets a list of properties of this type.
(Inherited from NRCompositeType.) |
See Also