Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / CollectionEmulator Class / IndexOf Method / IndexOf<T>(IList<T>,String) Method
The type of the list.
The list of items to search.
The id of the item to search for.
In This Topic
    IndexOf<T>(IList<T>,String) Method
    In This Topic
    Gets the index of the object in this collection whose primary key matches the given value.
    Syntax
    [Extension()]
    public static int IndexOf<T>( 
       IList<T> list,
       string id
    )
    where T: IEntityWithTypedId<string>

    Parameters

    list
    The list of items to search.
    id
    The id of the item to search for.

    Type Parameters

    T
    The type of the list.

    Return Value

    Index of the object.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also