Re: [IronPython] custom ConfigurationSection in IronPython

2006-09-01 Thread Jason Ferrara
On Aug 31, 2006, at 4:00 PM, Dino Viehland wrote: The Item property is the default indexer, so you should be able to access it using foo[index]. As for your other question - Martin looked into this but I didn't see a response from him... The problem seems to be that we don't define

Re: [IronPython] custom ConfigurationSection in IronPython

2006-08-31 Thread Jason Ferrara
I have another related question. The Item property of System.Configuration.ConfigurationElement (base class for ConfigurationSection) doesn't seem to be accessible from IronPython. Is this because its overloaded by parameter type? Is there a way to access it from IronPython? Thanks -

Re: [IronPython] custom ConfigurationSection in IronPython

2006-08-31 Thread Dino Viehland
Subject: Re: [IronPython] custom ConfigurationSection in IronPython I have another related question. The Item property of System.Configuration.ConfigurationElement (base class for ConfigurationSection) doesn't seem to be accessible from IronPython. Is this because its overloaded by parameter type

Re: [IronPython] custom ConfigurationSection in IronPython

2006-08-31 Thread Jason Ferrara
: [IronPython] custom ConfigurationSection in IronPython I have another related question. The Item property of System.Configuration.ConfigurationElement (base class for ConfigurationSection) doesn't seem to be accessible from IronPython. Is this because its overloaded by parameter type

Re: [IronPython] custom ConfigurationSection in IronPython

2006-08-31 Thread Dino Viehland
of IronPython Subject: Re: [IronPython] custom ConfigurationSection in IronPython On Aug 31, 2006, at 4:00 PM, Dino Viehland wrote: The Item property is the default indexer, so you should be able to access it using foo[index]. Thats what I thought, but it doesn't work. And if I do dir