Gets the C1ZipEntry with the given name (returns null if the entry cannot be found).
Namespace:
C1.C1ZipAssembly: C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)
Syntax
C# |
---|
public C1ZipEntry this[ string name ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ name As String _ ) As C1ZipEntry Get |
Parameters
- name
- Type: System..::..String