public ConcurrentList(
IEnumerable<T> collection
)
Public Sub New (
collection As IEnumerable(Of T)
)
new :
collection : IEnumerable<'T> -> ConcurrentList
[缺少 "M:TouchSocket.Core.ConcurrentList`1.#ctor(System.Collections.Generic.IEnumerable{`0})" 的 <param name="collection"/> 文档]