IFileList.Item

IFileList indexer

Returns the indexth file in the list.

public IFile this[int index] { get; }
ParameterDescription
indexThe index of file.

Return Value

The file.

See Also