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

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

    Parameters

    item
    See Also