实例构造函数 meaning in English
instance constructors
Examples
- A private constructor is a special instance constructor
私有构造函数是一种特殊的实例构造函数。 - Represents a declaration for an instance constructor of a type
表示一个类型的实例构造函数的声明。 - Instance constructors are used to create and initialize instances
实例构造函数用于创建和初始化实例。 - Instance constructors can also be used to call the instance constructors of base classes
也可以用实例构造函数来调用基类的实例构造函数。 - Searches for a public instance constructor whose parameters match the types in the specified array
搜索其参数与指定数组中的类型匹配的公共实例构造函数。