IsDefaultSet Property
Gets or sets a value indicating whether this instance is default value set. the default value was explicitly set. True if it was explicitly set, otherwise false.
Namespace
CsvHelper.Configuration
Containing Type
ParameterMapData
Property Type
bool

Syntax

public virtual bool IsDefaultSet { get; set; }

Value

Type Description
bool