Click or drag to resize

ClassBuilderIgnoreCommentInfo Class

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

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

The ClassBuilderIgnoreCommentInfo 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 does not look for comments

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