ObservableKeyValuePair<TKey,TValue> Class
In This Topic
Defines a key/value pair that can be set or retrieved.
Object Model
Syntax
'Declaration
Public Class ObservableKeyValuePair
(Of ,)
public class ObservableKeyValuePair<,>
Type Parameters
- TKey
- The type of the key.
- TValue
- The type of the value.
Inheritance Hierarchy
System.Object
C1.Win.Collections.ObjectModel.ObservableKeyValuePair<TKey,TValue>
See Also