المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How this below code works



C# Programming
01-12-2010, 09:20 PM
Hi Allow,
Can anybody let me know how the first constructor works in below code. Whats the use in writing it.

public class c
{
public c(string a) : this()
{;};
public c() {;}
}

Thanks & Regards,

Md. Abdul Aleem
NIIT technologies