using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
Dictionary<string, string> aDictionary = new Dictionary<string, string>();
List<int> aNumericList = new List<int>();
static void Main(List<string> args)
public string AStringVar()
string theStringVar = "";