IFileList Interface

IFileList interface

Represent the interface for list of files.

public interface IFileList : IEnumerable<IFile>

Properties

NameDescription
getItem Returns the indexth file in the list.
getLength Return length for list of files.

See Also