using System.Collections.Generic;
public static void Main(string[] args)
List<string> input = new List<string>() {
foreach (string i in input){
Console.WriteLine("Массив до: " + temp);
foreach (string i in input){
Console.WriteLine("Массив после: " + temp);
public static void DefaultValue (ref List<string> input)
for (int i=0; i<input.Count; i++)
if (string.IsNullOrEmpty(input[i])) {