A value indicating whether comments are allowed.
- Namespace
- CsvHelper
.Configuration .Attributes - Containing Type
- Allow
Comments Attribute
Syntax
public AllowCommentsAttribute(bool allowComments = true)
Parameters
| Name | Type | Description |
|---|---|---|
| allowComments | bool | The value indicating whether comments are allowed. |