maui-linux/Xamarin.Forms.Core/IElementConfiguration.cs

9 строки
194 B
C#

namespace Xamarin.Forms
{
public interface IElementConfiguration<out TElement> where TElement : Element
{
IPlatformElementConfiguration<T, TElement> On<T>() where T : IConfigPlatform;
}
}