Is there a C# class that provides map with weak keys or/and weak values? Or at least WeakHashMap like functionality.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The closest platform equivalent is probably a |
|||||||||||||||
|
|
In .Net 3.5 and below, there is no such structure available. However I wrote up one for a side project and posted the code at the following location. Starting .NET 4.0, there is a structure available called |
||||
|