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