DynamicPropertySort Property
Gets the comparer used to order the properties of dynamic objects when writing. The default is null, which will preserve the order the object properties were created with.
Namespace
CsvHelper.Configuration
Containing Type
CsvConfiguration
Implements
Property Type
IComparer<string>?

Syntax

public virtual IComparer<string>? DynamicPropertySort { get; set; }

Value

Type Description
IComparer<string>?