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
IWriterConfiguration
Property Type
IComparer<string>?

Syntax

IComparer<string>? DynamicPropertySort { get; }

Value

Type Description
IComparer<string>?