Zip for .NET
Entries プロパティ

C1.C1Zip.4.5.2 アセンブリ > C1.C1Zip 名前空間 > C1ZipFile クラス : Entries プロパティ
現在開いている zip ファイル内のエントリのコレクションを取得します。
シンタックス
'宣言
 
Public ReadOnly Property Entries As C1ZipEntryCollection
public C1ZipEntryCollection Entries {get;}
解説
Entries コレクションは、zip ファイル内のエントリを列挙したり、エントリの追加や削除、展開を行う場合に使用します。
参照

C1ZipFile クラス
C1ZipFile メンバ