C#: Generic Dictionary

Опубликовано: 23 Февраль 2026
на канале: Edward Tanguay
1,219
13

Generic Dictionary is a common way to store key/value pairs where the key is unique, which enables you to quickly retrieve an object based on its key. In this lesson you'll see why using Generic List would be inefficient for lookups on large collections and how to use a Generic Dictionary instead.