Posted 19 years ago
		by Alex
	
It looks like the Intelliprompt doesn't work for enums
Here is a snippet
Here is a snippet
enum TestEnum
    {
        Option1,
        Option2
    }
    class Test
    {
        void Do()
        {
            TestEnum en = TestEnum.
        }
    }