ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipEntryCollection Class / IndexOf Method / IndexOf(String) Method
Name of the entry to look for.

In This Topic
    IndexOf(String) Method
    In This Topic
    Gets the index of the entry with the specified name.
    Syntax
    Public Overloads Function IndexOf( _
       ByVal name As String _
    ) As Integer
    public int IndexOf( 
       string name
    )

    Parameters

    name
    Name of the entry to look for.

    Return Value

    The index of the entry in the collection, or -1 if the entry was not found.
    See Also