Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.4.0.991210-pre2" />

.NET API 1,173,616 bytes

 AttachedCollection<T>

public AttachedCollection(IEnumerable<T> collection)

public AttachedCollection(IList<T> list)

public void AttachTo(BindableObject bindable)

public void DetachFrom(BindableObject bindable)

protected virtual void OnAttachedTo(BindableObject bindable)

protected virtual void OnDetachingFrom(BindableObject bindable)