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>