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 定义。) |