ConcurrentCollectionDictionary<TKey, TElement>, constructeur
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Sub New ( _
createCollectionHandler As ConcurrentCollectionDictionary(Of T).CreateCollectionDelegate, _
copyCollectionHandler As ConcurrentCollectionDictionary(Of T).CopyCollectionDelegate, _
comparer As IEqualityComparer(Of TKey), _
removeKeyOnEmpty As Boolean _
)
public ConcurrentCollectionDictionary(
ConcurrentCollectionDictionary<T>.CreateCollectionDelegate createCollectionHandler,
ConcurrentCollectionDictionary<T>.CopyCollectionDelegate copyCollectionHandler,
IEqualityComparer<TKey> comparer,
bool removeKeyOnEmpty
)
Paramètres
- createCollectionHandler
Type : Microsoft.TeamFoundation.Framework.Common.ConcurrentCollectionDictionary<TKey, TElement>.CreateCollectionDelegate
- copyCollectionHandler
Type : Microsoft.TeamFoundation.Framework.Common.ConcurrentCollectionDictionary<TKey, TElement>.CopyCollectionDelegate
- comparer
Type : System.Collections.Generic.IEqualityComparer<TKey>
- removeKeyOnEmpty
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.