The delimiter used to separate fields.
- Namespace
- CsvHelper
.Configuration .Attributes - Interfaces
- Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type-.->Interface0["IClassMapper"]
click Interface0 "/CsvHelper/api/CsvHelper.Configuration.Attributes/IClassMapper"
Type["DelimiterAttribute"]
class Type type-node
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class DelimiterAttribute : Attribute, IClassMapper
Attributes
Type | Description |
---|---|
AttributeUsage |
Constructors
Name | Summary |
---|---|
DelimiterAttribute |
The delimiter used to separate fields. |
Properties
Name | Property Type | Summary |
---|---|---|
Delimiter | string |
Gets the delimiter.
|
Methods
Name | Return Value | Summary |
---|---|---|
ApplyTo |
void |
Applies configuration.
|