Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntryCollection Class / Remove Method / Remove(Int32) Method
削除するエントリのインデックス。

In This Topic
    Remove(Int32) Method
    In This Topic
    現在の zip ファイルからエントリを削除します。
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal index As Integer _
    ) 
    public void Remove( 
       int index
    )

    Parameters

    index
    削除するエントリのインデックス。
    See Also