Udostępnij za pośrednictwem


Metoda ConcurrentCollectionDictionary<TKey, TElement>.TryGetValue<TCollection> — (TKey, TCollection%)

Przestrzeń nazw:  Microsoft.TeamFoundation.Framework.Common
Zestaw:  Microsoft.TeamFoundation.Common (w Microsoft.TeamFoundation.Common.dll)

Składnia

'Deklaracja
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>

Parametry typów

  • TCollection

Parametry

  • collection
    Typ: TCollection%

Wartość zwracana

Typ: System.Boolean

Implementuje

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ConcurrentCollectionDictionary<TKey, TElement> Klasa

Przeciążenie TryGetValue

Przestrzeń nazw Microsoft.TeamFoundation.Framework.Common