ComponentOne Zip for UWP
Item Property

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class : Item Property
Gets the C1ZipEntry with the given name (returns null if the entry cannot be found).
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal name As System.String _
) As C1ZipEntry
public new C1ZipEntry this[ 
   System.string name
]; {get;}

Parameters

name
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members