| Name | Description | |
|---|---|---|
|  | Description | Human-readable description of the member or data type. | 
|  | DisplayName | Specifies the display name for a member or data type. | 
|  | DisplayString | The display string for the current object. | 
|  | ElementDataType | The data type of the elements of the sequence. | 
|  | FullName | The full name of the data type. | 
|  | Int32Length | How many elements the sequence has. Equals to -1 when unknown (e.g. dynamic). A 32-bit signed integer. | 
|  | IsComplete | Determines whether the data type is complete, i.e. all constituent data types are filled in. | 
|  | IsFirstArrayDimension | Determines whether the sequence represents the first dimension of an array. | 
|  | IsRecursive | Determines whether the data type is recursive, i.e. contains any cycle. | 
|  | IsTerminable | Determines whether the data type is terminable, i.e. can produce a finite generic data. | 
|  | Kind | The kind of data type. | 
|  | Length | How many elements the sequence has. Equals to -1 when unknown (e.g. dynamic). | 
|  | Name | The short descriptive name of the member or data type. | 
 
            