namespace Xamarin.PropertyEditing { public interface IValidator { bool IsValid (T value); } }