ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / LastIndexOf Method / LastIndexOf(C1ZipEntry,Int32) Method

In This Topic
    LastIndexOf(C1ZipEntry,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function LastIndexOf( _
       ByVal item As C1ZipEntry, _
       ByVal index As System.Integer _
    ) As System.Integer
    public System.int LastIndexOf( 
       C1ZipEntry item,
       System.int index
    )

    Parameters

    item
    index
    See Also