Tim Riley wrote: > Michael: > > Thanks for the reply. However when reading it my eyes glazed over. Is > there any way you could provide a simple man like myself with some > example code for me to peruse? >
What do you want to achieve? Write the IronPython code you would like - and I will try and provide a C# stub that you can subclass. (You will need a C# compiler - Visual Studio Express C# is probably the most straightforward if you are using Windows.) Michael Foord http://www.voidspace.org.uk/ironpython/index.shtml > Tim > > On 7/23/07, Michael Foord <[EMAIL PROTECTED]> wrote: > >> Tim Riley wrote: >> >>> I know that IronPython doesn't support attributes but does anyone know >>> of a workaround that will allow IP code to use them? >>> >>> >> The IronPython team are strangely quiet every time someone asks this... ;-) >> >> A lot of people would like an answer to this question. Currently the >> only way is to use stub C# classes. >> >> Michael Foord >> http://www.voidspace.org.uk/ironpython/index.shtml >> >> >> >>> _______________________________________________ >>> users mailing list >>> [email protected] >>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >>> >>> >>> >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
