Property(TOwner, TValue) Implicit Conversion (Property(TOwner, TValue) to TValue)

Tungsten Suite

PropertyTOwner, TValue  Conversion (PropertyTOwner, TValue to TValue)

Implicit conversion from Property<TOwner, TValue> to TValue

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

Parameters

property
Type: WPropertyTOwner, TValue
The Property<TOwner, TValue> from which to obtain the value

Return Value

Type: TValue

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

See Also