默认构造函数 meaning in English
default constructors
Examples
- The default constructor has the same access as its class
默认构造函数有和它的类所相同的访问级别 - Constructor , or use the default constructor then set the
构造函数;或者使用默认构造函数,然后设置 - The crm compensator must expose a public default constructor
Crm补偿器必须公开公共的默认构造函数。 - Or if the value type does not have a default constructor , the
,或者该值类型没有默认构造函数,则不修改 - The default constructor creates an instance of the class with the
默认构造函数创建该类的一个实例,其中