'宣言 Public Overloads Sub Extract( _ ByVal index As System.Integer, _ ByVal destFileName As System.String _ )
public void Extract( System.int index, System.string destFileName )
パラメータ
- index
- 抽出するエントリのインデックス。
- destFileName
- 抽出したファイルの名前や保存場所。
'宣言 Public Overloads Sub Extract( _ ByVal index As System.Integer, _ ByVal destFileName As System.String _ )
public void Extract( System.int index, System.string destFileName )