sailing

Everything...

C# syntax: call another constructor from a constructor

        public Person(string firstName, string lastName)

            :this(firstName,lastName,0)

        {

        }

 

        public Person(string firstName, string lastName, int age)

        {

           

        }

posted on 2007-03-18 23:35  乌生鱼汤  阅读(174)  评论(0编辑  收藏  举报

导航