ConcurrentCollectionDictionary<TKey, TElement>.CopyCollectionDelegate 委托
命名空间: Microsoft.TeamFoundation.Framework.Common
程序集: Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)
语法
声明
Public Delegate Function CopyCollectionDelegate ( _
collection As ICollection(Of TElement) _
) As ICollection(Of TElement)
public delegate ICollection<TElement> CopyCollectionDelegate(
ICollection<TElement> collection
)
参数
- collection
类型:System.Collections.Generic.ICollection<TElement>
返回值
类型:System.Collections.Generic.ICollection<TElement>