What is the use of private constructor in C#
If we declare private modifier in front of the class constructor
and we place break point to that constructor and run the program
can we inspect that break point at run time? Yes Or NO
If Yes Then How?
and If NO then What is the reason?