𓆉Chiron
TracksConceptsLanguages
TracksConceptsLanguages
← csC#

collections

C#intro5 ex.

Collections essentials

The three workhorse collections — a growable list, a keyed dictionary, and a uniqueness-enforcing set — plus the collection-expression syntax that builds them all the same way.

C#working2 ex.

LINQ essentials

Query any sequence with the same handful of operators.

Chiron