IFileList Interface

IFileList interface

Represent the interface for list of files.

public interface IFileList : IEnumerable<IFile>

Properties

NameDescription
Item { get; }Returns the indexth file in the list.
Length { get; }Return length for list of files.

See Also