The CompleteDataType type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| ArgumentSchema |
For function types, the function's argument schema. For other types null.
| |
| CaptureName |
For capture types, the name of this capture field. For other types null.
| |
| DataType |
Return the data type of the complete type.
| |
| ElementType |
For list collection types, the complete type of the list's elements. For other types
null.
| |
| Name |
The name of this complete type.
| |
| ReturnType |
For function types, the complete type of the function's return value. For other types null.
| |
| Schema |
For tuple types, the tuple's schema. For other types null.
|