xamarin-macios/tests/generator/bug34042.cs

21 строка
230 B
C#

using System;
using MonoTouch.UIKit;
namespace Bug34042.Foo
{
[BaseType (typeof(UIButton))]
interface FooButton
{
}
}
namespace Bug34042.Bar
{
[BaseType (typeof(Bug34042.Foo.FooButton))]
interface BarButton
{
}
}