Gjallarhorn


Mutable<'a>

Namespace: Gjallarhorn.Internal

A lightweight wrapper for a mutable value which provides a mechanism for change notification as needed

Constructors

ConstructorDescription
new(value)
Signature: value:'a -> Mutable<'a>

CompiledName: .ctor

Instance members

Instance memberDescription
Value()
Signature: unit -> 'a

Gets and sets the Value contained within this mutable

CompiledName: set_Value

Value()
Signature: unit -> unit

Gets and sets the Value contained within this mutable

CompiledName: get_Value

Fork me on GitHub