Property(TValue) Implicit Conversion (TValue to Property(TValue))

Tungsten Suite

PropertyTValue  Conversion (TValue to PropertyTValue)

Implicit conversion from TValue to Property<TValue>

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
public static implicit operator Property<TValue> (
	TValue value
)

Parameters

value
Type: TValue
The value from which to create a new Property<TValue>

Return Value

Type: PropertyTValue

[Missing <returns> documentation for "M:W.Property`1.op_Implicit(`0)~W.Property{`0}"]

See Also