Delegado CollectionDictionary<TKey, TElement>.CreateCollectionDelegate
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (em Microsoft.TeamFoundation.Common.dll)
Sintaxe
'Declaração
Public Delegate Function CreateCollectionDelegate As ICollection(Of TElement)
public delegate ICollection<TElement> CreateCollectionDelegate()
Valor de retorno
Tipo: System.Collections.Generic.ICollection<TElement>