using System.Collections.Generic;
public static void Main()
int[] x = new int[] {1, 2, 3, 4, 5, 6, 7, 8};
int[] t = new int[] {500, 501, 502, 503};
Dictionary<int, List<int>> tecnicosDivididos = new Dictionary<int, List<int>>();
tecnicosDivididos.Add(T, new List<int>());
for(int i = 0; i < x.Length; i++) {
(tecnicosDivididos[name] as List<int>).Add(x[i]);
foreach(KeyValuePair<int, List<int>> item in tecnicosDivididos) {
Console.WriteLine("{0} => {1}", item.Key, string.Join(", ", item.Value));