Re: [Ironpython-users] TryGetNonInheritedValueHelper/TryGetNonInheritedMethodHelper

2012-02-09 Thread Slide
[email protected] [ > mailto:[email protected]] > *On Behalf Of *Slide > *Sent:* Wednesday, February 08, 2012 7:56 PM > *To:* [email protected] > *Subject:* [Ironpython-users] > TryGetNonInheritedValueHelper/TryGetNonInheritedMeth

Re: [Ironpython-users] TryGetNonInheritedValueHelper/TryGetNonInheritedMethodHelper

2012-02-08 Thread Dino Viehland
e method is declared on an interface type. From: [email protected] [mailto:[email protected]] On Behalf Of Slide Sent: Wednesday, February 08, 2012 7:56 PM To: [email protected] Subjec

[Ironpython-users] TryGetNonInheritedValueHelper/TryGetNonInheritedMethodHelper

2012-02-08 Thread Slide
While looking a little bit into [1] I found that the two methods above in UserTypeOps.cs stop when they get to .NET types. If I remove the condition to stop at .NET types, the issue no longer appears. Is there a reason that these two methods are not looking at .NET types? Thanks, slide [1] htt