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

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Function TryGetValue ( _
    key As TKey, _
    <OutAttribute> ByRef collection As ICollection(Of TElement) _
) As Boolean
bool TryGetValue(
    TKey key,
    out ICollection<TElement> collection
)
bool TryGetValue(
    TKey key, 
    [OutAttribute] ICollection<TElement>^% collection
)
abstract TryGetValue : 
        key:'TKey * 
        collection:ICollection<'TElement> byref -> bool
function TryGetValue(
    key : TKey, 
    collection : ICollection<TElement>
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ICollectionDictionary<TKey, TElement> Interface

TryGetValue Overload

Microsoft.TeamFoundation.Framework.Common Namespace