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