CollectionDictionary<TKey, TElement> 建構函式
命名空間: Microsoft.TeamFoundation.Framework.Common
組件: Microsoft.TeamFoundation.Common (在 Microsoft.TeamFoundation.Common.dll 中)
語法
'宣告
Public Sub New ( _
createCollectionHandler As CollectionDictionary(Of T).CreateCollectionDelegate, _
comparer As IEqualityComparer(Of TKey), _
removeKeyOnEmpty As Boolean _
)
public CollectionDictionary(
CollectionDictionary<T>.CreateCollectionDelegate createCollectionHandler,
IEqualityComparer<TKey> comparer,
bool removeKeyOnEmpty
)
參數
- createCollectionHandler
型別:Microsoft.TeamFoundation.Framework.Common.CollectionDictionary<TKey, TElement>.CreateCollectionDelegate
- comparer
型別:System.Collections.Generic.IEqualityComparer<TKey>
- removeKeyOnEmpty
型別:System.Boolean
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。