Can you create a delegate to a constructor in C#?
Rajanikant Hawaldar
No. constructors are not quite the same things as methods and as such you cannot create a delegate that points to them.
No.
no
No, constructors are not quite the same things as methods and as such you cannot create a delegate that points to them.