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: 19.00.00
Syntax
C#
public static implicit operator T (
	BindableItem<T> item
)

Parameters

item  BindableItemT

Return Value

T

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

See Also