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

Tungsten Suite

PropertyTOwner, TValue  Conversion (TValue to PropertyTOwner, TValue)

Implicit conversion from TValue to Property<TOwner, TValue>

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

Parameters

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

Return Value

Type: PropertyTOwner, TValue

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

See Also