D
Dan H.
lets say i have an object with a bunch of events called ObjectA.
i subscribe to ObjectsA events with ObjectB methods
I set ObjectA to null.
what happens to my subscriptions?
Will ObjectA get garbaged collected?
If I set ObjectA to another object of the same type, will the subscriptions
switch?
Thanks in advanced!
Dan
i subscribe to ObjectsA events with ObjectB methods
I set ObjectA to null.
what happens to my subscriptions?
Will ObjectA get garbaged collected?
If I set ObjectA to another object of the same type, will the subscriptions
switch?
Thanks in advanced!
Dan