Click or drag to resize

RecordOptionsIgnoreCommentInfo Class

Indicates that the engine must ignore the lines with this comment marker.
Inheritance Hierarchy
SystemObject
  FileHelpers.OptionsRecordOptionsIgnoreCommentInfo

Namespace:  FileHelpers.Options
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class IgnoreCommentInfo

The RecordOptionsIgnoreCommentInfo type exposes the following members.

Properties
  NameDescription
Public propertyCommentMarker

Indicates that the engine must ignore the lines with this comment marker.

An empty string or null indicates that the engine doesn't look for comments

Public propertyInAnyPlace
Indicates if the comment can have spaces or tabs at left (true by default)
Top
See Also