[缺少 "T:TouchSocket.Http.IMultifileCollection" 的 <summary> 文档]
public interface IMultifileCollection : IEnumerable<IFormFile>,
IEnumerable
Public Interface IMultifileCollection
Inherits IEnumerable(Of IFormFile), IEnumerable
type IMultifileCollection =
interface
interface IEnumerable<IFormFile>
interface IEnumerable
end
GetEnumerator | Returns an enumerator that iterates through the collection. (继承自 IEnumerableIFormFile。) |
ForEachIFormFile |
循环遍历每个元素,执行Action动作
(由 CollectionsExtension 定义。) |
ForEachAsyncIFormFile |
循环遍历每个元素,执行异步动作
(由 CollectionsExtension 定义。) |
MapListIFormFile, T1 | (由 Mapper 定义。) |