PropertyBase(TOwner, TValue) Constructor (TOwner, TValue)

Tungsten Suite

PropertyBaseTOwner, TValue Constructor (TOwner, TValue)

Initializes a new instance of the PropertyBaseTOwner, TValue class

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

Parameters

owner
Type: TOwner

[Missing <param name="owner"/> documentation for "M:W.PropertyBase`2.#ctor(`0,`1)"]

defaultValue
Type: TValue

[Missing <param name="defaultValue"/> documentation for "M:W.PropertyBase`2.#ctor(`0,`1)"]

See Also