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

Tungsten Suite

PropertySlimTValue  Conversion (TValue to PropertySlimTValue)

Implicit conversion from TValue to PropertySlim<TValue>

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

Parameters

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

Return Value

Type: PropertySlimTValue

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

See Also