No lightweight generics support for Cocoa libraries?

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?

Thanks, logged as bugs://77252

bugs://77252 got closed with status fixed.

Awesome, thx!

Logged as bugs://i64996.

bugs://i64996 was closed as fixed.