| 1. | Used to create objects and invoke constructors 用于创建对象和调用构造函数。 |
| 2. | Each time you call a constructor , or the 每当调用构造函数或 |
| 3. | Before calling the constructor , 调用构造函数前, |
| 4. | For calling the constructor 用于调用构造函数。 |
| 5. | To invoke a method , but not a constructor or a type initializer ,表示调用方法,而不调用构造函数或类型初始值设定项。 |
| 6. | After the constructor has been called , the now initialized object reference type 在调用构造函数后,将新初始化的对象引用( |
| 7. | Describes how constructors and destructors are called in a class hierarchy 说明如何在类层次结构中调用构造函数和析构函数。 |
| 8. | Allocates an uninitialized object or value type and calls the constructor method 分配未初始化的对象或值类型并调用构造函数方法 |
| 9. | However , invoking a constructor to get an unintialized pointer is inefficient 但是,通过调用构造函数来获得未被初始化的指针效率很低。 |
| 10. | It turns out that this actually has to do with using lowercase letters ; you have to use 看起来必须使用小写字母;但在调用构造函数时必须用 |