Table of Contents

Interface INotifyReversableValue<T>

Namespace
NMF.Expressions
Assembly
NMF.Expressions.dll

Represents a reversable incremental value

public interface INotifyReversableValue<T> : INotifyValue<T>, INotifiable, IDisposable

Type Parameters

T

The value type

Inherited Members
Extension Methods

Properties

IsReversable

Checks whether it is allowed to set values

bool IsReversable { get; }

Property Value

bool

Value

Gets or sets the current value

T Value { get; set; }

Property Value

T