T
TS
Hello, I am trying to have a member of a class declared as an arrayList to
have get & set property accessors, but I can't get it to compile. This
member variable can't be a simple array because I don't know the number of
items in the collection. I need to be able to add more items at run time.
Any solutions?
thanks
have get & set property accessors, but I can't get it to compile. This
member variable can't be a simple array because I don't know the number of
items in the collection. I need to be able to add more items at run time.
Any solutions?
thanks