The NRTypeUsage type exposes the following members.
Back to Top
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