Delegat ConcurrentCollectionDictionary<TKey, TElement>.CopyCollectionDelegate
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Common
Zestaw: Microsoft.TeamFoundation.Common (w Microsoft.TeamFoundation.Common.dll)
Składnia
'Deklaracja
Public Delegate Function CopyCollectionDelegate ( _
collection As ICollection(Of TElement) _
) As ICollection(Of TElement)
public delegate ICollection<TElement> CopyCollectionDelegate(
ICollection<TElement> collection
)
Parametry
- collection
Typ: System.Collections.Generic.ICollection<TElement>
Wartość zwracana
Typ: System.Collections.Generic.ICollection<TElement>