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

9 строки
114 B
C#

namespace Xamarin.Forms
{
public interface IConfigElement<out T> where T : Element
{
T Element { get; }
}
}