GetDelimiter args.
- Namespace
- CsvHelper
.Delegates - Base Types
-
- object
- ValueType
graph BT
Type-->Base0["ValueType"]
Base0-->Base1["object"]
Type["GetDelimiterArgs"]
class Type type-node
Syntax
public readonly struct GetDelimiterArgs : ValueType
Constructors
Name | Summary |
---|---|
GetDelimiterArgs |
Creates an instance of GetDelimiterArgs. |
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
Configuration | IParserConfiguration |
The configuration.
|
|
Text | string |
The text to resolve the delimiter from.
|