NPhotoScroller icon indicating copy to clipboard operation
NPhotoScroller copied to clipboard

Use HashSet instead of NSMutableSet!

Open omega2b opened this issue 12 years ago • 1 comments

Hello I have a question! you use HashSet in C# instead of NSMutableSet of Obj-C. Why?

In another example, i find NSMutableArray, how can i replace it with object of C#? what is the way for this conversion?

omega2b avatar Apr 30 '12 04:04 omega2b

It is generally a lot easier to use c# datatypes only rather than mix Obj-C types in as well.

Have you got the URL of your NSMutableArray example? Either a c# array or a List<T> might be a suitable replacement...

conceptdev avatar May 01 '12 23:05 conceptdev