Click or drag to resize

FieldOrderAttribute Constructor

Indicates the relative order of the current field. Note:If you use this property for one field you must to use it for all fields.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FieldOrderAttribute(
	int order
)

Parameters

order
Type: SystemInt32
Indicates the relative order of the current field
See Also