ConcurrentCollectionDictionary<TKey, TElement>.CreateCollectionDelegate, 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 CreateCollectionDelegate As ICollection(Of TElement)
public delegate ICollection<TElement> CreateCollectionDelegate()
Valeur de retour
Type : System.Collections.Generic.ICollection<TElement>