Binding Objective-C Libraries - Xamarin - Developer Center - Xamarin
Arrays The Xamarin.iOS runtime automatically takes care of converting C# arrays to NSArrays and doing the conversion back, so for example the imaginary Objective-C method that returns an NSArray of UIViews: // Get the peer views - untyped - (NSArray ......