Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipFile Class / Entries Property

In This Topic
    Entries Property (C1ZipFile)
    In This Topic
    zip ファイルのエントリが入った C1ZipEntryCollection を取得します。
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Entries As C1ZipEntryCollection
    public C1ZipEntryCollection Entries {get;}
    Remarks
    Entries コレクションは、zip ファイルのエントリを列挙するために使用されるほか、エントリを追加、削除、および展開するためにも使用されます。
    See Also