Community

Working with Dictionaries in C#

(Tapas Pal) In .NET, a Dictionary class is a collection of a key and value pair of data. C# represents a generic Dictionary class that can be used to create a collection of objects. The key should be identical in a key-value pair and it can have at most one value in the dictionary.