el & Associates
www.rhino3d.com
www.mcneel.com
- Original Message -
From: "Dino Viehland" <[EMAIL PROTECTED]>
To: "Discussion of IronPython"
Sent: Tuesday, September 02, 2008 8:22 PM
Subject: Re: [IronPython] Problem calling proper version of function
W
] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Baer
Sent: Tuesday, September 02, 2008 8:02 PM
To: Users@lists.ironpython.com
Subject: [IronPython] Problem calling proper version of function
This may just be how Python works, but I wanted to check with you guys
first.
Say I have an assembly named My
This may just be how Python works, but I wanted to check with you guys
first.
Say I have an assembly named MyLibrary that contains the following code:
namespace MyLibrary
{
public interface IMyInterface
{
string MyProperty{ get;}
}
public class MyClass : IMyInterface
{
string IMyInter