public interface IMultifileCollection : IEnumerable<IFormFile>,
IEnumerablePublic Interface IMultifileCollection
Inherits IEnumerable(Of IFormFile), IEnumerabletype IMultifileCollection =
interface
interface IEnumerable<IFormFile>
interface IEnumerable
end| GetEnumerator | Returns an enumerator that iterates through the collection. (继承自 IEnumerableIFormFile。) |
| ForEachIFormFile |
循环遍历每个元素,执行Action动作
(由 CollectionsExtension 定义。) |
| ForEachAsyncIFormFile |
循环遍历每个元素,执行异步动作
(由 CollectionsExtension 定义。) |
| GetSafeEnumeratorIFormFile |
获取安全的枚举器。
(由 SystemExtension 定义。) |
| MapListIFormFile, T1 |
扩展方法,将一个泛型集合中的每个元素映射到另一个泛型类型的新集合。
(由 Mapper 定义。) |