adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ReadOnlyDictionary<TKey,TValue> Class / TryGetValue Method


In This Topic
    TryGetValue Method (ReadOnlyDictionary<TKey,TValue>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function TryGetValue( _
       ByVal key As TKey, _
       ByRef value As TValue _
    ) As Boolean
    public bool TryGetValue( 
       TKey key,
       out TValue value
    )
    public:
    bool TryGetValue( 
       TKey^ key,
       [Out] TValue^ value
    ) 

    Parameters

    key
    value
    See Also