IFileList.Item

IFileList indexer

リスト内のインデックス番目のファイルを返します。

public IFile this[int index] { get; }
パラメータ説明
indexファイルのインデックス。

戻り値

ファイル。

関連項目