NevronOpenVision
Nevron.Nov.DataStructures Namespace / INMap<TKey,TValue> Interface / Item Property
In This Topic
    Item Property (INMap<TKey,TValue>)
    In This Topic
    Gets or sets the value associated with the specified key. The getter implementation throws an exception, if item for the key does not exist. The setter implementation replaces the value, if item for the key exists.
    Syntax
    TValue this[ 
       TKey key
    ]; {get; set;}

    Parameters

    key
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also