[缺少 "M:TouchSocket.Core.Mapper.MapList``1(System.Collections.Generic.IEnumerable{System.Object},TouchSocket.Core.MapperOption)" 的 <summary> 文档]
public static IEnumerable<T1> MapList<T1>(
this IEnumerable<Object> list,
MapperOption option = null
)
where T1 : class, new()
<ExtensionAttribute>
Public Shared Function MapList(Of T1 As {Class, New}) (
list As IEnumerable(Of Object),
Optional option As MapperOption = Nothing
) As IEnumerable(Of T1)
[<ExtensionAttribute>]
static member MapList :
list : IEnumerable<Object> *
?option : MapperOption
(* Defaults:
let _option = defaultArg option null
*)
-> IEnumerable<'T1> when 'T1 : not struct, new()
[缺少 "M:TouchSocket.Core.Mapper.MapList``1(System.Collections.Generic.IEnumerable{System.Object},TouchSocket.Core.MapperOption)" 的 <param name="list"/> 文档]
[缺少 "M:TouchSocket.Core.Mapper.MapList``1(System.Collections.Generic.IEnumerable{System.Object},TouchSocket.Core.MapperOption)" 的 <param name="option"/> 文档]
[缺少 "M:TouchSocket.Core.Mapper.MapList``1(System.Collections.Generic.IEnumerable{System.Object},TouchSocket.Core.MapperOption)" 的 <typeparam name="T1"/> 文档]
[缺少 "M:TouchSocket.Core.Mapper.MapList``1(System.Collections.Generic.IEnumerable{System.Object},TouchSocket.Core.MapperOption)" 的 <returns> 文档]