Hi,
Suppose a situation where some object goes out of scope and its reference
is not kept anywhere, but a reference to some delegate (that references
one of the object's methods) is kept as a value in some map.
Is there a possibility that the object is disposed and the delegate will
be invalid?
Yours DoB
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Suppose a situation where some object goes out of scope and its reference
is not kept anywhere, but a reference to some delegate (that references
one of the object's methods) is kept as a value in some map.
Is there a possibility that the object is disposed and the delegate will
be invalid?
Yours DoB
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Comment