名前空間: 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>