Here’s a C# snippet: 1 2 3 4 5 6 7 public record MyRecord(string Name, int Age); ```csharp for (int i = 0; i < 10; i++) { Console.WriteLine(i); }