Property(TOwner, TValue) Constructor (TOwner, TValue)

Tungsten Suite

PropertyTOwner, TValue Constructor (TOwner, TValue)

Constructs a new Property

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

Parameters

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