Search This Blog

Monday, November 17, 2014

Call one constructor from another c#

CKeywords > ThisCall one constructor from another 



      public Constructor1()
      {
      }

      public Constructor2(string writer) : this()
      {
      }