Class KeyValue
Last update: 03.07.2024
Class KeyValue
Namespace: VM
Assembly: VM.dll
public class KeyValue<TKey, TValue> : ObservableObject, IObservableObject, IDisposableObject
Type Parameters
TKey
TValue
Inheritance
object ← ObservableObject ← KeyValue<TKey, TValue>
Implements
IObservableObject, IDisposableObject
Inherited Members
ObservableObject.Dispose(), ObservableObject.RaisePropertyChanged(string), ObservableObject.RaisePropertyChanged(string, object, object), ObservableObject.Dispose(bool), ObservableObject.DisposeManagedResources(), ObservableObject.DisposeUnmanagedResources(), ObservableObject.IsDisposed, ObservableObject.TryDisposing, ObservableObject.Disposed, ObservableObject.Disposing, ObservableObject.PropertyChanged
Constructors
KeyValue(TKey, TValue)
public KeyValue(TKey key, TValue value)
Parameters
key
TKey
value
TValue
Properties
Key
public TKey Key { get; set; }
Property Value
TKey
Value
public TValue Value { get; set; }
Property Value
TValue