Logo Mibo

cval<'T> Type

An abbreviation for ChangeableValue<'T> (FDA cval<'T> parity).

Instance members

Instance member Description

this.Value

Full Usage: this.Value

Returns: 'T

Gets or sets the current value (FDA cval.Value parity). The setter routes through Set: inside a transaction the write is deferred to commit. The getter returns the raw current value; it does not register a dependency (use GetValue for that).

Returns: 'T

Type something to start searching.