I *knew* there had to be a way to create a Delegate object :) Delegates are great. They're what you get when you create a DynamicMethod using Lightweight Code Generation. You can put them to interesting uses (IronPython, getting around the lack of operator overloads in generics, etc). ----- Keith J. Farmer [EMAIL PROTECTED]
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Tarlano >>> t = Threading.Thread(Threading.ParameterizedThreadStart(echo)) _______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com