[]
        
(Showing Draft Content)

C1.Zip.C1ZipEntryCollection.IndexOf

IndexOf Method

IndexOf(string)

Gets the index of the entry with the specified name.

Declaration
public int IndexOf(string name)
Parameters
Type Name Description
string name

Name of the entry to look for.

Returns
Type Description
int

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