IndexOf(MemberReferenceMap) Method
Determines the index of a specific item in the System.Collections.Generic.IList`1.

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.