constructor initializer 中文意思是什麼

constructor initializer 解釋
構造函數初始值設定項
  1. Execution of an object creation expression that includes an object or collection initializer consists of first invoking the instance constructor and then performing the member or element initializations specified by the object or collection initializer

    對象建立表達式的執行包括某個對象或集合構造者,並由第一個調用實例構造函數組成,並且,接著執行成員或元素初始化,這是由對象或集合構造者特定化的。
  2. The constructor on each derived class is using its base class initializer

    每個派生類的構造函數都使用其基類的初始值設定項。
  3. To invoke a method, but not a constructor or a type initializer

    ,表示調用方法,而不調用構造函數或類型初始值設定項。
  4. A change in the calling of constructor initializer lists, and the introduction of a new cast notation, that of

    的更改以及新的強制轉換表示法(也就是
  5. The constructor is a class initializer

    構造函數是類初始值設定項。
分享友人