214 Views
In this article, we are going to talk about the Dictionary in C#. We will learn how to create a dictionary, add, retrieve, update, and delete elements. Among that, we will see the usage of its common properties and methods. Let's begin. Dictionary is a generic collection that stores the data in key-value pairs.
0 comments