https://bugzilla.novell.com/show_bug.cgi?id=656171

https://bugzilla.novell.com/show_bug.cgi?id=656171#c1


Miguel de Icaza <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |INVALID

--- Comment #1 from Miguel de Icaza <[email protected]> 2010-11-27 16:59:33 UTC 
---
The method we exposed is "ToArray<T>"

So you can do:

var objects = NSSet.ToArray<NSObject> ()

or if you have a more descriptive type:

var views = NSSet.ToArray<NSView> ()

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to