Zip for .NET
C1ZipEntryCollection クラス
メンバ 

C1.C1Zip.4.5.2 アセンブリ > C1.C1Zip 名前空間 : C1ZipEntryCollection クラス
zip ファイルのコンテンツを提供する C1ZipEntryオブジェクトのコレクションです。
オブジェクト モデル
C1ZipEntryCollection クラス
シンタックス
'宣言
 
Public Class C1ZipEntryCollection 
   Inherits System.Collections.Generic.List(Of C1ZipEntry)
public class C1ZipEntryCollection : System.Collections.Generic.List<C1ZipEntry> 
解説
zip ファイルの内容をプログラム内で管理する場合は C1ZipEntryCollection を使用してください。C1ZipEntryCollection に対して、項目の追加、削除、挿入、項目の抽出を行うことができます。
継承階層

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

参照

C1ZipEntryCollection メンバ
C1.C1Zip 名前空間