CollectionDictionary<TKey, TElement>.CreateCollectionDelegate 委托
命名空间: Microsoft.TeamFoundation.Framework.Common
程序集: Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)
语法
声明
Public Delegate Function CreateCollectionDelegate As ICollection(Of TElement)
public delegate ICollection<TElement> CreateCollectionDelegate()
返回值
类型:System.Collections.Generic.ICollection<TElement>