maui-linux/Xamarin.Forms.Platform.iOS/ExportImageSourceHandlerAtt...

12 строки
291 B
C#

using System;
namespace Xamarin.Forms
{
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class ExportImageSourceHandlerAttribute : HandlerAttribute
{
public ExportImageSourceHandlerAttribute(Type handler, Type target) : base(handler, target)
{
}
}
}