.NET Dictionary as a Property
Posted
by Anand
on Stack Overflow
See other posts from Stack Overflow
or by Anand
Published on 2009-06-11T13:15:04Z
Indexed on
2010/03/19
8:51 UTC
Read the original article
Hit count: 306
Can someone point me out to some C# code examples or provide some code, where a Dictionary has been used as a property for a Class.
The examples I have seen so far don't cover all the aspects viz how to declare the dictionary as property, add, remove, and retrieve the elements from the dictionary.
© Stack Overflow or respective owner