1 del >
= nuovo List (); per (int i = 0; i < tabella. Rows.Count; i++) { per (int J = 0; J < tabella. Columns.Count; j++) { Console.WriteLine (mySortedLists [i, J] .ToString ()); lista. Aggiungere (int. Analizzare (mySortedLists [i, J] .ToString ())); } } lista. Specie (); lista. Inverso (); foreach (articolo di int nella lista) { Console.WriteLine (item.ToString ()); } Console.ReadKey (); } DataTable statico GetTable () { // // qui generiamo un DataTable con quattro colonne. // Tabella di DataTable = nuovo DataTable (); tabella. Columns.Add (“dosaggio„, typeof (int)); tabella. Columns.Add (“droga„, typeof (stringa)); tabella. Columns.Add (“paziente„, typeof (stringa)); tabella. Columns.Add (“data„, typeof (DateTime)); // // qui aggiungiamo cinque DataRows. // tabella. Rows.Add (25, “Indocin„, “David„, DateTime.Now); tabella. Rows.Add (50, “Enebrel„, “Sam„, DateTime.Now); tabella. Rows.Add (10, “idralazina„, “Christoff„, DateTime.Now); tabella. Rows.Add (21, “Combivent„, “Janet„, DateTime.Now); tabella. Rows.Add (100, “Dilantin„, “Melanie„, DateTime.Now); tabella di ritorno; } } } class= > di