- Collections
- Dictionary
Introduction to Dictionary

Introduction
Dictionary are fundamental type in C#. They provide fast lookup to for values found in the dictionary. This is because this data type are key value pair combinations where the key must be unique and it is assigned a numerical value in a Hash table to points to where the key and value resides in memory.