Freigeben über


ConcurrentCollectionDictionary<TKey, TElement>.CopyCollectionDelegate-Delegat

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Delegate Function CopyCollectionDelegate ( _
    collection As ICollection(Of TElement) _
) As ICollection(Of TElement)
public delegate ICollection<TElement> CopyCollectionDelegate(
    ICollection<TElement> collection
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.ICollection<TElement>

Siehe auch

Referenz

Microsoft.TeamFoundation.Framework.Common-Namespace