Posted 18 years ago by Alex
Version: 4.0.0257
Platform: .NET 2.0
Environment: Windows XP (32-bit)
Avatar
I think this bug had been reported and fixed, but it reappeared again in the new release

public interface INamedObject
    {
        string Name { get;}
    }

    public interface IPort:INamedObject
    {
        string Value {get;}
    }
    class Test
    {
        void Do()
        {
            IPort port;
            port.
        }
    }
Intellisense for IPort doesn't show property Named from INamedObject

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks this is now fixed for the next maintenance release.


Actipro Software Support

The latest build of this product (v25.1.0) was released 21 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.