maui-linux/Xamarin.Forms.Core/Items/IItemsLayout.cs

7 строки
170 B
C#

using System.ComponentModel;
namespace Xamarin.Forms
{
[TypeConverter(typeof(ItemsLayoutTypeConverter))]
public interface IItemsLayout : INotifyPropertyChanged {}
}