How do I create an `NSArray` out of a managed (C#) array of, say, `int`s?

Viewed 4011

I have a managed array of ints, let's call it int[] intArray, and I'm trying to create an NSArray of NSNumbers from it. What's the easiest way to do that?

2 Answers
Related