xamarin-macios/tests/generator/strong-dict-support-templat...

18 строки
373 B
C#

using Foundation;
using ObjCRuntime;
namespace Test {
[StrongDictionary ("AdvertisementDataKeys")]
interface AdvertisementData {
// ensure that the generator continues to work with classic
NSDictionary ServiceData { get; set; }
}
[Static, Internal]
interface AdvertisementDataKeys {
[Field ("MyFooFieldA", "libFoo.a")]
NSString ServiceDataKey { get; }
}
}