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>