[]
        
(Showing Draft Content)

C1.Win.Collections.ObjectModel.ObservableDictionary-2.Item

this Property

this[TKey]

Gets or sets the element with the specified key.

Declaration
public TValue this[TKey key] { get; set; }
Parameters
Type Name Description
TKey key

The key of the element to get or set.

Property Value
Type Description
TValue

The element with the specified key.

Implements