BindingValueT Conversion (T to BindingValueT)
Creates a binding value from an instance of the underlying value type.
Namespace: Avalonia.DataAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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.
- value T
- The value.
BindingValueT