ConcurrentCollectionDictionary<TKey, TElement>.CopyCollectionDelegate, délégué
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Delegate Function CopyCollectionDelegate ( _
collection As ICollection(Of TElement) _
) As ICollection(Of TElement)
public delegate ICollection<TElement> CopyCollectionDelegate(
ICollection<TElement> collection
)
Paramètres
- collection
Type : System.Collections.Generic.ICollection<TElement>
Valeur de retour
Type : System.Collections.Generic.ICollection<TElement>