Has name index capabilities.
- Namespace
- CsvHelper
.Configuration - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IBuildableClass<TClass>"]
Type["IHasNameIndex<TClass, TMember>"]
class Type type-node
Implementing0["IHasNameOptions<TClass, TMember>"]-.->Type
click Implementing0 "/CsvHelper/api/CsvHelper.Configuration/IHasNameOptions_2"
Syntax
public interface IHasNameIndex<TClass, TMember> : IBuildableClass<TClass>
Type Parameters
| Name | Description |
|---|---|
| TClass | The class type. |
| TMember | The member type. |
Methods
| Name | Return Value | Summary |
|---|---|---|
| NameIndex |
IHasNameIndexOptions |
When reading, is used to get the
index of the name used when there
are multiple names that are the same.
|