(4) Generics in C# – Create a Dictionary in C#



(4) Generics in C# – Create a Dictionary in C#

(4) Generics in C# - Create a Dictionary  in C#

In this video, you will be creating a dictionary in C#.

C# Dictionary class is a generic collection of keys and values pair of data. The Dictionary class is defined in the System.Collections.A generic namespace is a class that can store any data type in keys and values. Each key must be unique in the collection.