Property(TOwner, TValue) Constructor (TValue)

Tungsten Suite

PropertyTOwner, TValue Constructor (TValue)

Constructs a new Property

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

Parameters

defaultValue
Type: TValue
The default and initial value of the property
See Also