Click or drag to resize

DelimitedRecordAttribute Class

Indicates that this class represents a delimited record.
Inheritance Hierarchy

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class DelimitedRecordAttribute : TypedRecordAttribute

The DelimitedRecordAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDelimitedRecordAttribute
Indicates that this class represents a delimited record.
Top
Properties
  NameDescription
Public propertySeparator
The string used as a field separator.
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also