Rajanikant Hawaldar
Can you create a delegate to a constructor in C#?

Can you create a delegate to a constructor in C#?

By Rajanikant Hawaldar in C# on Mar 07 2021
  • Rajeev Kumar
    Mar, 2023 17

    No. constructors are not quite the same things as methods and as such you cannot create a delegate that points to them.

    • 0
  • Anita Mhatre
    May, 2021 7

    No.

    • 0
  • srini vasan
    Mar, 2021 12

    no

    • 0
  • satish kumathalli
    Mar, 2021 8

    No, constructors are not quite the same things as methods and as such you cannot create a delegate that points to them.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS