Partager via


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

  • collection
    Type : TCollection%

Valeur de retour

Type : System.Boolean

Implémentations

ICollectionDictionary<TKey, TElement>.TryGetValue(TKey, ICollection<TElement>%)

Sécurité .NET Framework

Voir aussi

Référence

ConcurrentCollectionDictionary<TKey, TElement> Classe

TryGetValue, surcharge

Microsoft.TeamFoundation.Framework.Common, espace de noms