Lockable(TValue) Constructor (TValue, Action(Object, TValue, TValue))

Tungsten Suite

LockableTValue Constructor (TValue, ActionObject, TValue, TValue)

Constructs a new Lockable<TValue>

Namespace:  W
Assembly:  Tungsten.Lockable (in Tungsten.Lockable.dll) Version: 2.0.1
Syntax
C#
public Lockable(
	TValue initialValue,
	Action<Object, TValue, TValue> onValueChanged
)

Parameters

initialValue
Type: TValue

[Missing <param name="initialValue"/> documentation for "M:W.Lockable`1.#ctor(`0,System.Action{System.Object,`0,`0})"]

onValueChanged
Type: SystemActionObject, TValue, TValue

[Missing <param name="onValueChanged"/> documentation for "M:W.Lockable`1.#ctor(`0,System.Action{System.Object,`0,`0})"]

See Also