using list in class code example Example: C# list List<string> myListOfStrings = new List<string> { "this", "is", "my", "list" };