Determines the index of a specific item in the
System.Collections.Generic.IList`1
.- Namespace
- CsvHelper
.Configuration - Containing Type
- Member
Reference Map Collection
Syntax
public virtual int IndexOf(MemberReferenceMap item)
Parameters
Name | Type | Description |
---|---|---|
item | MemberReferenceMap | The object to locate in the System.Collections.Generic.IList`1 . |
Return Value
Type | Description |
---|---|
int | The index of item if found in the list; otherwise, -1. |