ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipEntryCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Gets the C1ZipEntry with the given name (returns null if the entry cannot be found).
    Syntax
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As C1ZipEntry
    public C1ZipEntry Item( 
       string name
    ) {get;}

    Parameters

    name
    See Also