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

Tungsten Suite

PropertyTValue  Conversion (PropertyTValue to TValue)

Implicit conversion from Property<TValue> to TValue

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

Parameters

property
Type: WPropertyTValue
The Property<TValue> from which to obtain the value

Return Value

Type: TValue

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

See Also