|
hello all,
I define an enum at my namespace. I use it at one class (that belong to this namespace) as private, and want to have a prperty for it.
I've try to do it like: public "name of the enum" "name of the property" {...}
but no succes.
have a nice day, Effi. |