Zip for WPF/Silverlight
C1ZipEntryCollection クラス
メンバ 

C1.WPF.Zip.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 名前空間