Compartir a través de


ConcurrentCollectionDictionary<TKey, TElement>.CopyCollectionDelegate (Delegado)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Common
Ensamblado:  Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)

Sintaxis

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

Parámetros

Valor devuelto

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

Vea también

Referencia

Microsoft.TeamFoundation.Framework.Common (Espacio de nombres)