Good implementation of weak dictionary in .Net
Posted
by Konstantin
on Stack Overflow
See other posts from Stack Overflow
or by Konstantin
Published on 2010-05-06T20:34:52Z
Indexed on
2010/05/06
20:38 UTC
Read the original article
Hit count: 262
Where can I find good implementation of IDictionary
which uses weak references inside?
Dictionary should be holding only weak references to values and eventually clean up itself of dead references.
Or should I just write it myself?
© Stack Overflow or respective owner