BindableObjectExtensions.Assign<TBindable,TVariable> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static TBindable Assign<TBindable,TVariable> (this TBindable bindable, out TVariable variable) where TBindable : Xamarin.Forms.BindableObject, TVariable;
static member Assign : 'Bindable * 'Variable -> 'Bindable (requires 'Bindable :> Xamarin.Forms.BindableObject and 'Bindable :> 'Variable)
Type Parameters
- TBindable
- TVariable
Parameters
- bindable
- TBindable
- variable
- TVariable
Returns
TBindable