Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntryCollection Class
Members

In This Topic
    C1ZipEntryCollection Class
    In This Topic
    zip ファイルのコンテンツを表す C1ZipEntry オブジェクトのコレクション。
    Object Model
    C1ZipEntryCollection Class
    Syntax
    'Declaration
     
    
    Public Class C1ZipEntryCollection 
       Inherits System.Collections.Generic.List(Of C1ZipEntry)
    public class C1ZipEntryCollection : System.Collections.Generic.List<C1ZipEntry> 
    Remarks
    zip ファイルのコンテンツをプログラムで管理するには、C1ZipEntryCollection を使用します。その C1ZipEntryCollection に項目を追加、削除、抽出、または挿入することができます。
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          C1.C1Zip.C1ZipEntryCollection

    See Also