PropertySlim(TValue) Constructor (TValue)

Tungsten Suite

PropertySlimTValue Constructor (TValue)

Concstruct a new PropertySlim

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
public PropertySlim(
	TValue initialValue
)

Parameters

initialValue
Type: TValue
The initial value
See Also