×

构造函数执行 meaning in Chinese

constructor execution

Examples

  1. Constructor performs the following steps
    构造函数执行以下步骤:
  2. To ensure normalized values inches 12 . 0 , the constructor performs modulo 12 arithmetic
    为了确保使用标准形式的值(英寸< 12 . 0 ) ,构造函数执行对12的求模运算。
  3. Because such initialization occurs only once , when the class constructor executes , and therefore affects only one thread
    的字段指定初始值,因为这样的初始化只会发生一次,因此在类构造函数执行时只会影响一个线程。
  4. A link demand performed on a static class constructor does not protect the constructor because static constructors are called by the system , outside the application s code execution path
    对静态类构造函数执行的链接要求不会保护该构造函数,因为静态构造函数是由系统调用的,它们并不包括在应用程序的代码执行路径中。

Related Words

  1. 执行
  2. 构造函数的重载
  3. 构造函数设计
  4. 构造和链接
  5. 构造合成
PC Version

Copyright © 2018 WordTech Co.