Implicit Conversion Operators
Overload List
Implicit(T to BindingValue(T)) | Creates a binding value from an instance of the underlying value type. |
Implicit(Optional(T) to BindingValue(T)) | Creates a binding value from an Optional(T). |
Implicit(T to BindingValue(T)) | Creates a binding value from an instance of the underlying value type. |
Implicit(Optional(T) to BindingValue(T)) | Creates a binding value from an Optional(T). |