adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IReadOnlyDictionary<TKey,TValue> Interface / Item Property


In This Topic
    Item Property (IReadOnlyDictionary<TKey,TValue>)
    In This Topic
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal key As TKey _
    ) As TValue
    TValue this[ 
       TKey key
    ]; {get;}
    property TValue^ default [TKey^] {
       TValue^ get(TKey^ key);
    }

    Parameters

    key
    See Also