how to access list of references in memory?

  • Thread starter Thread starter buu
  • Start date Start date
B

buu

So, if I have an classes A and B, and class A is a child/subclass of class B
(both are instanced in app), how could I access list of relationships of
objects in memory?
is there any way for that?
 
buu said:
So, if I have an classes A and B, and class A is a child/subclass of class B
(both are instanced in app), how could I access list of relationships of
objects in memory?
is there any way for that?

Nope, I'm afraid not.
 
Back
Top