Nevron .NET Vision
Nevron.Collections Namespace / NCollection Class / LastIndexOf Method


In This Topic
    LastIndexOf Method (NCollection)
    In This Topic
    Searches for the specified Object and returns the zero-based index of the last occurrence within the entire collection.
    Overload List
    OverloadDescription
    Searches for the specified Object and returns the zero-based index of the last occurrence within the entire collection.  
    Searches for the specified Object and returns the zero-based index of the last occurrence within the section of the collection that extends from the first element to the specified index.  
    Searches for the specified Object and returns the zero-based index of the last occurrence within the section of the collection that contains the specified number of elements and ends at the specified index.  
    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