Click or drag to resize

IgnoreCommentedLinesAttribute Class

Note: This API is now obsolete.

Indicates that the engine must ignore commented lines while reading.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FileHelpersIgnoreCommentedLinesAttribute

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
[ObsoleteAttribute("This attribute will be removed in next version, use INotifyRead to provide custom filtering")]
public sealed class IgnoreCommentedLinesAttribute : Attribute

The IgnoreCommentedLinesAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIgnoreCommentedLinesAttribute(String)
Indicates that the engine will ignore commented lines while reading. (The Comment Marker can have any number of spaces or tabs to the left)
Public methodIgnoreCommentedLinesAttribute(String, Boolean)
Indicates that the engine will ignore commented lines while reading.
Top
Properties
  NameDescription
Public propertyAnyPlace
Can the comment marker have preceding spaces
Public propertyCommentMarker
Comment marker string
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also