public List<TOutput> ConvertAll<TOutput>(
Converter<T, TOutput> converter
)
Public Function ConvertAll(Of TOutput) (
converter As Converter(Of T, TOutput)
) As List(Of TOutput)
member ConvertAll :
converter : Converter<'T, 'TOutput> -> List<'TOutput>
[缺少 "M:TouchSocket.Core.ConcurrentList`1.ConvertAll``1(System.Converter{`0,``0})" 的 <returns> 文档]