maui-linux/Xamarin.Forms.Platform.Android/GetDesiredSizeDelegate.cs

4 строки
177 B
C#

namespace Xamarin.Forms.Platform.Android
{
public delegate SizeRequest? GetDesiredSizeDelegate(NativeViewWrapperRenderer renderer, int widthConstraint, int heightConstraint);
}