Book a Demo

Author Topic: display fullpath for inner class  (Read 3935 times)

Duc-bert

  • EA User
  • **
  • Posts: 27
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
display fullpath for inner class
« on: June 06, 2002, 05:36:44 pm »
Hi

Does EA has capability to display fullpath/namespace of a type?

if I have

class A{
   class B {....};

.....
};

Then I try to use class B in one of my method parameter, in the drop down list when I try to specify the type, one of the option is "B", instead of "A::B". How do I fix this?

Thanks