ConcurrentCollectionDictionary<TKey, TElement>.CreateCollectionDelegate Delegate
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Delegate Function CreateCollectionDelegate As ICollection(Of TElement)
public delegate ICollection<TElement> CreateCollectionDelegate()
public delegate ICollection<TElement>^ CreateCollectionDelegate()
type CreateCollectionDelegate =
delegate of unit -> ICollection<'TElement>
JScript does not support delegates.
Return Value
Type: System.Collections.Generic.ICollection<TElement>