The NRSingleInheritanceType type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| NRSingleInheritanceType |
Initializes a new instance of NRSingleInheritanceType.
|
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept an IVisitor instance on the implementing class and all its children.
(Inherited from NRTypeBase.) | |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
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