Gets the underlying type of the nullable.
- Namespace
- CsvHelper
.TypeConversion - Containing Type
- NullableConverter
- Property Type
- Type?
Syntax
public Type? UnderlyingType { get; private set; }
Value
Type | Description |
---|---|
Type? | The underlying type. |