Accessing a Private Constructor from Outside the Class in C#

前端 未结 8 1683
梦如初夏
梦如初夏 2020-12-30 21:52

If I define a class with a private default constructor and a public constructor that has parameters, how can I access the private constructor?

public class Bo         


        
8条回答
提交回复
热议问题