[Ironpython-users] How can IronPython access a public static value defined in C#?

Dino Viehland dinov at microsoft.com
Mon Jun 20 22:05:35 CEST 2011



Jeff wrote:
> >
> > I think events were an oversight - of course we could just make the
> > decision to relax this and bring in the value of the property at the
> > time of import *. If it changes you lose.
> 
> Which is what happens when it's imported explicitly, correct? In that case I
> think it's worthwhile to match them up.

It is what happens when you import them explicitly, but they do technically
match up as well because we add the fake __all__ attribute which excludes
properties :)



More information about the Ironpython-users mailing list