C# Dictionary – Visual C# Kicks
C# DictionaryA C# Dictionary is a generic data structure added to the .NET Framework in version 2.0. It is a way to store key/value pairs. In contrast, a List (or ArrayList) can only store values.
C# Dictionary – Visual C# Kicks
C# DictionaryA C# Dictionary is a generic data structure added to the .NET Framework in version 2.0. It is a way to store key/value pairs. In contrast, a List (or ArrayList) can only store values.