[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ObservableSortedList-2.Item

this Property

this[TKey]

Gets or sets the value associated with the specified key.

Declaration
public TValue this[TKey key] { get; set; }
Public Default Property Item(key As TKey) As TValue
Parameters
Type Name Description
TKey key

The key of the value to get or set.

Implements