using System.Collections.Generic;
public static List<string>lst=new List<string>();
public static void Main()
Console.WriteLine("Hello World");
lst = new List<string> {"apples","peaches", "mango"};
public static void DoSomething()
Console.WriteLine(lst[i--]);