Pytanie : Dlaczego móc i dwa dimentional szyk z linq i z Compareto metoda?

i chcieć samiec list.sort ()….
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;

namespace TestFillArray
{
    klasowy Program
    {
        statyczny kawitacyjny Główny (sznurek [] args)
        {
           

            DataTable stół = Stół ();
            int [,] mySortedLists = nowy int [stół. Rows.Count, stół. Columns.Count];
            dla (int i = (0); i < stół. Rows.Count; i++)
            {
                dla (int j = (0); j < stół. Columns.Count; j++)
                {
                    mySortedLists [i, j] += stół. Wiosłować [i] [j] .ToString (). Długość;
                }
            }

            List lista = nowy List ();

            dla (int i = (0); i < stół. Rows.Count; i++)
            {
                dla (int j = (0); j < stół. Columns.Count; j++)
                {
                    Console.WriteLine (mySortedLists [i, j] .ToString ());
                    lista. Dodawać (int. Parse (mySortedLists [i, j] .ToString ()));
                }
            }

            lista. Rodzaj ();
            lista. Odwrotność ();
           
            foreach (int rzecz w lista)
            {
                Console.WriteLine (item.ToString ());
            }
            Console.ReadKey ();


        }

        statyczny DataTable Statyczny ()
        {
            //
            // Tutaj my tworzyć DataTable z cztery kolumna.
            //
            DataTable stół = nowy DataTable ();
            stół. Columns.Add ("Dosage", typeof (int));
            stół. Columns.Add ("Lek", typeof (sznurek));
            stół. Columns.Add ("Pacjent", typeof (sznurek));
            stół. Columns.Add ("Data", typeof (Typeof));

            //
            // Tutaj my dodawać pięć DataRows.
            //
            stół. Rows.Add (25, "Indocin", "David", DateTime.Now);
            stół. Rows.Add (50, "Enebrel", "Sam", DateTime.Now);
            stół. Rows.Add (10, "Hydralazine", "Christoff", DateTime.Now);
            stół. Rows.Add (21, "Combivent", "Janet", DateTime.Now);
            stół. Rows.Add (100, "Dilantin", "Melanie", DateTime.Now);

            powrotny stół;
        }
    }
} 

Odpowiedź : Dlaczego móc i dwa dimentional szyk z linq i z Compareto metoda?

i8042prt być stosunkowo prosty i MS… ten kierowca musieć nigdy taki BSOD!
Być ty PS/2 klawiatura? Móc ty (właśnie dla test) ono USB jeden?
Inne rozwiązania  
 
programming4us programming4us