Esempio n. 1
0
        static void Main(string[] args)
        {
            Rectangle re = new Rectangle();
            Square sq = (Square)re;
            int myInt = 1212824900;

            System.Data.DataSet d = new System.Data.DataSet();
            d.DisplayDefiingAssebly();

            myInt.DisplayDefiingAssebly();
            var result = myInt.ReverseDIgits();
        }