SetModel() публичный статический Метод

Sets the model.
public static SetModel ( global::Xamarin.Forms.BindableObject d, object value ) : void
d global::Xamarin.Forms.BindableObject The element to attach the model to.
value object The model.
Результат void
 private void set_1_View_Model(object instance, object value)
 {
     View.SetModel((DependencyObject)instance, value);
 }