Delegat ConcurrentCollectionDictionary<TKey, TElement>.CreateCollectionDelegate
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Common
Zestaw: Microsoft.TeamFoundation.Common (w Microsoft.TeamFoundation.Common.dll)
Składnia
'Deklaracja
Public Delegate Function CreateCollectionDelegate As ICollection(Of TElement)
public delegate ICollection<TElement> CreateCollectionDelegate()
Wartość zwracana
Typ: System.Collections.Generic.ICollection<TElement>