9 строки
114 B
C#
9 строки
114 B
C#
|
|
||
|
namespace Xamarin.Forms
|
||
|
{
|
||
|
public interface IConfigElement<out T> where T : Element
|
||
|
{
|
||
|
T Element { get; }
|
||
|
}
|
||
|
}
|