Inserts an item to the
System.Collections.Generic.IList`1 at the specified index.
- Namespace
- CsvHelper
.Configuration - Containing Type
- MemberMapCollection
Syntax
public virtual void Insert(int index, MemberMap item)
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index at which item should be inserted. |
| item | MemberMap | The object to insert into the System.Collections.Generic.IList`1.
|