This array declaration in RemObjects C#:
public NSMutableArray<string> Attributes { get; set; }
… results in a boring old NSMutableArray*
in the generated header file without any type annotation. Would it be possible to add support for Objective-C’s lightweight generics here?