ConcurrentCollectionDictionary<TKey, TElement>.RemoveElement, méthode
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Function RemoveElement ( _
key As TKey, _
element As TElement _
) As Boolean
public bool RemoveElement(
TKey key,
TElement element
)
Paramètres
- key
Type : TKey
- element
Type : TElement
Valeur de retour
Type : System.Boolean
Implémentations
ICollectionDictionary<TKey, TElement>.RemoveElement(TKey, TElement)
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.