ConcurrentCollectionDictionary<TKey, TElement>.TryGetValue<TCollection>, méthode (TKey, TCollection%)
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Function TryGetValue(Of TCollection As {Object, ICollection(Of TElement)}) ( _
key As TKey, _
<OutAttribute> ByRef collection As TCollection _
) As Boolean
public bool TryGetValue<TCollection>(
TKey key,
out TCollection collection
)
where TCollection : Object, ICollection<TElement>
Paramètres de type
- TCollection
Paramètres
- key
Type : TKey
- collection
Type : TCollection%
Valeur de retour
Type : System.Boolean
Implémentations
ICollectionDictionary<TKey, TElement>.TryGetValue(TKey, ICollection<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.