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

C1.Silverlight.Zip.5 アセンブリ > 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 名前空間