xamarin-macios/tests/generator/bug34042.cs

21 строка
230 B
C#
Исходник Обычный вид История

2016-05-26 16:06:52 +03:00
using System;
using MonoTouch.UIKit;
namespace Bug34042.Foo
{
[BaseType (typeof(UIButton))]
interface FooButton
{
}
}
namespace Bug34042.Bar
{
[BaseType (typeof(Bug34042.Foo.FooButton))]
interface BarButton
{
}
}