зеркало из https://github.com/DeGsoft/maui-linux.git
Родитель
db7e702ecf
Коммит
9796e15aab
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
namespace Xamarin.Forms
|
namespace Xamarin.Forms
|
||||||
{
|
{
|
||||||
public interface IElementConfiguration<out TElement> where TElement : Element
|
// Don't make this generic covariant as it causes UWP performance to tank
|
||||||
|
public interface IElementConfiguration<TElement> where TElement : Element
|
||||||
{
|
{
|
||||||
IPlatformElementConfiguration<T, TElement> On<T>() where T : IConfigPlatform;
|
IPlatformElementConfiguration<T, TElement> On<T>() where T : IConfigPlatform;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче