PropertySlim(TValue) Implicit Conversion (PropertySlim(TValue) to TValue)

Tungsten Suite

PropertySlimTValue  Conversion (PropertySlimTValue to TValue)

Implicit conversion from PropertySlim<TValue> to TValue

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

Parameters

property
Type: WPropertySlimTValue
The PropertySlim<TValue> from which to obtain the value

Return Value

Type: TValue

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

See Also