Hi Dino,
I'm updating Seo's old ctypes.py to work with 2.6, so unfortuantely
it's a little more complex than just one method. I could probably use
a delegate that takes an object[], but BuiltinFunction contains that
code already, and it is a lot more optimized than I could manage. Plus
it's less code for me to write :).

- Jeff

On Sat, Mar 21, 2009 at 11:45 AM, Dino Viehland <di...@microsoft.com> wrote:
> If you only have 1 method and don't need overload resolution I'd suggest 
> making a delegate using System.Delegate.CreateDelegate.   Otherwise this 
> could be made public.
>
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to