Interface IFileList

IFileList interface

表示文件列表的接口。

public interface IFileList : IEnumerable<IFile>

特性

姓名描述
Item { get; }返回列表中的第 indexth 个文件。
Length { get; }文件列表的返回长度。

也可以看看