LockableSlim(TValue).Value Property

Tungsten Suite

LockableSlimTValueValue Property

Get or Set the value

Namespace:  W
Assembly:  Tungsten.Lockable (in Tungsten.Lockable.dll) Version: 2.0.1
Syntax
C#
public TValue Value { get; set; }

Return Value

Type: TValue
The current value
See Also