declare and intialize a list C# code example Example: c# declare an int list List<int> intList = new List<int>();