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