Posted 19 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 19 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 (v25.1.0) was released 23 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.