Implicit Conversion (T to BindingValue<T>)
Creates a binding value from an instance of the underlying value type.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static implicit operator BindingValue<T> (
T value
)
Public Shared Widening Operator CType (
value As T
) As BindingValue(Of T)
F# does not support the declaration of new casting operators.
Parameters
- T
- The value.
Return Value
See Also
Reference
BindingValue(T) Structure
Implicit Overload
Avalonia.Data Namespace