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>