Click or drag to resize

ObservableIndexerTKey, TValue Class

A Dictionary like implementation that populates it's content on demand, i.e. calling indexer[key] will never return null.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelReadOnlyCollectionKeyValuePairTKey, TValue
    TomsToolbox.ObservableCollectionsReadOnlyObservableCollectionAdapterKeyValuePairTKey, TValue, ObservableCollectionKeyValuePairTKey, TValue
      TomsToolbox.ObservableCollectionsObservableIndexerTKey, TValue

Namespace:  TomsToolbox.ObservableCollections
Assembly:  TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll)
Syntax
public sealed class ObservableIndexer<TKey, TValue> : ReadOnlyObservableCollectionAdapter<KeyValuePair<TKey, TValue>, ObservableCollection<KeyValuePair<TKey, TValue>>>

Type Parameters

TKey
The type of the key.
TValue
The type of the value.

The ObservableIndexerTKey, TValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyComparer
Public propertyItem
Gets the value associated with the specified key.
Top
Methods
Events
Extension Methods
See Also