Exemple #1
0
 private static void PrintArray(object[] array)
 {
     Console.WriteLine("Test Array: {0}", Show.Array(array));
 }