IFileList

IFileList interface

表示文件列表的接口。

public interface IFileList : IEnumerable<IFile>

特性

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

也可以看看