A Collection stores values which has unique key with 2 (or more) components. Collection allows you to find values by part of key. Collection uses thread safe methods to keep data consistent. A Key can be any datatype (struct or class).
- NET.Core 2.2
- NUnit