Has index capabilities.
- Namespace
- CsvHelper
.Configuration - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IBuildableClass<TClass>"]
Type["IHasIndex<TClass, TMember>"]
class Type type-node
Implementing0["IHasMapOptions<TClass, TMember>"]-.->Type
click Implementing0 "/CsvHelper/api/CsvHelper.Configuration/IHasMapOptions_2"
Syntax
public interface IHasIndex<TClass, TMember> : IBuildableClass<TClass>
Type Parameters
Name | Description |
---|---|
TClass | The class type. |
TMember | The member type. |
Methods
Name | Return Value | Summary |
---|---|---|
Index |
IHasIndexOptions |
When reading, is used to get the field at
the given index. When writing, the fields
will be written in the order of the field
indexes.
|