maui-linux/Xamarin.Forms.Core/IPlatformElementConfigurati...

10 строки
205 B
C#

namespace Xamarin.Forms
{
public interface IPlatformElementConfiguration<out TPlatform, out TElement> : IConfigElement<TElement>
where TPlatform : IConfigPlatform
where TElement : Element
{
}
}