IndirectBindingTCastTValue Method |
Casts this binding value to another (compatible) type.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public IndirectBinding<TValue> Cast<TValue>()
Public Function Cast(Of TValue) As IndirectBinding(Of TValue)
member Cast : unit -> IndirectBinding<'TValue>
Type Parameters
- TValue
- The type to cast the values of this binding to.
Return Value
Type:
IndirectBindingTValue[Missing <returns> documentation for "M:Eto.Forms.IndirectBinding`1.Cast``1"]
See Also