The NRTypeUsage type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| NRTypeUsage |
Initializes a new instance of NRTypeUsage.
|
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept an IVisitor instance on the implementing class and all its children.
| |
| (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 |
Extension Methods
| Name | Description | |
|---|---|---|
| Declaration |
Gets the NRTypeUsage as a C# string.
(Defined by CSharp.) |
Properties
| Name | Description | |
|---|---|---|
| ArrayRanks |
Gets a list of array ranks of the type.
| |
| DeclaringType |
Gets or sets the type which declares this type.
| |
| FullName |
Gets or sets the full name of the used type.
| |
| GenericParameters |
Gets a list of generic parameters of the type.
| |
| IsArray |
Gets a value indicating if the type is an array.
| |
| IsDynamic |
Gets or sets a value indicating whether the type is dynamic.
| |
| IsGeneric |
Gets a value indicating if the type is a generic type.
| |
| IsNullable |
Gets or sets a value indicating whether the type is nullable.
| |
| Name |
Gets or sets the name of the type.
| |
| Namespace |
Gets or sets the namespace of the used type.
|
See Also