Posted 18 years ago by Alex
Avatar
It looks like the Intelliprompt doesn't work for enums
Here is a snippet

enum TestEnum
    {
        Option1,
        Option2
    }
    class Test
    {
        void Do()
        {
            TestEnum en = TestEnum.
        }
    }

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks Alex, it was a bug with how enumeration members defined in code were reflected. It's fixed for the next maintenance release.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.