Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Class KeyValue

Last update: 03.07.2024

Namespace: VM
Assembly: VM.dll

public class KeyValue<TKey, TValue> : ObservableObject, IObservableObject, IDisposableObject

Type Parameters

TKey

TValue

Inheritance

objectObservableObjectKeyValue<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