Click or drag to resize

BindableItemT  Conversion (BindableItemT to T)

Implicitly extract value from the BindableItemT wrapper.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static implicit operator T (
	BindableItem<T> item
)

Parameters

item
Type: Demo3D.VisualsBindableItemT

Return Value

Type: T

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

See Also