[IronPython] Overloaded Properties

2006-09-26 Thread Rob Ashton
Ah. I see J   Ok, I guess they shouldn’t really be properties anyway. They SHOULD (going by MS guidelines) be functions. I’ll take this time to make my code better.   I don’t think there are too many places in my code where this makes a massive difference.   I just read some talk abou

Re: [IronPython] Overloaded Properties

2006-09-26 Thread Martin Maly
Ashton Sent: Tuesday, September 26, 2006 8:02 AM To: users@lists.ironpython.com Subject: [IronPython] Overloaded Properties   Apologies if this one seems obvious, I’m not a python programmer J   I’ve embedded the PythonEngine into a Visual Basic application that I’ve been writing on and off

[IronPython] Overloaded Properties

2006-09-26 Thread Rob Ashton
Apologies if this one seems obvious, I’m not a python programmer J   I’ve embedded the PythonEngine into a Visual Basic application that I’ve been writing on and off for the past few months, and one of the nice things that Visual Basic has over C# is of course multiple indexed properties