Collection of KeyValuePair items.

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class KeyValuePairCollection : ObservableCollectionEx<KeyValuePair>, 
	INotifyPropertyChanged
Visual Basic
Public Class KeyValuePairCollection _
	Inherits ObservableCollectionEx(Of KeyValuePair) _
	Implements INotifyPropertyChanged
JScript
public class KeyValuePairCollection extends ObservableCollectionEx<KeyValuePair> implements INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'KeyValuePair>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'KeyValuePair>)>)>
      ObservableCollectionEx<(Of <(<'KeyValuePair>)>)>
        Ico.Ewx..::..KeyValuePairCollection

See Also