using System.Collections.Generic; namespace Xamarin.Forms { public interface IViewContainer where T : VisualElement { IList Children { get; } } }