Concept Flow - Collection initialization syntax
Declare collection variable
Use collection initializer syntax
Add elements inside braces {}
Collection created with elements
Use collection in code
This flow shows how a collection variable is declared and initialized with elements using collection initializer syntax in C#.