BindableItemT Conversion (BindableItemT to T) |
Implicitly extract value from the BindableItemT wrapper.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic 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