initializer 中文意思是什麼

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. 1 external and static variables are initialized to zero by default. automatic variables for which is no explicit initializer have undefined ( i. e., garbage ) values

    外部變量和靜態變量初始的時候默認值為零,自動變量在初始的時候是沒有默認值的。
  4. To invoke a method, but not a constructor or a type initializer

    ,表示調用方法,而不調用構造函數或類型初始值設定項。
  5. The compile - time type of the initializer expression cannot be the null type

    在編譯時刻構造者表達式的類型不能為null類型。
  6. A change in the calling of constructor initializer lists, and the introduction of a new cast notation, that of

    的更改以及新的強制轉換表示法(也就是
  7. A field initializer cannot refer to other instance fields

    欄位初始值設定項不能引用其他實例欄位。
  8. The declarator must include an initializer

    聲明者必須包含一個構造者。
  9. Mixed character and string constants in an initializer

    初始值設定項中的混合字元和字元串常數:
  10. The specified member is a class initializer

    指定的成員是類初始值設定項。
  11. A class initializer is invoked and throws an exception

    調用類初始值設定項並引發異常。
  12. The class initializer threw an exception

    類的初始化函數引發一個異常。
  13. The initializer must be an expression

    這個構造者必須是一個表達式。
  14. The constructor is a class initializer

    構造函數是類初始值設定項。
  15. Defines the initializer for this type

    為此類型定義初始值設定項。
  16. Implicitly typed arrays, a form of array creation and initialization that infers the element type of the array from an array initializer

    隱型數組,數組創建和初始化的形式,它從數組初始化器推導出數組的元素類型。
  17. When a class initializer fails to initialize a type, a

    當類初始值設定項初始化類型失敗時,將創建一個
  18. The following example demonstrates using the base class initializer

    下面的示例說明使用基類初始值設定項。
  19. The exception that is thrown as a wrapper around the exception thrown by the class initializer

    作為類初始值設定項引發的異常的包裝而引發的異常。
  20. Is created and passed a reference to the exception thrown by the type s class initializer. the

    ,並向其傳遞對由該類型的類初始值設定項引發的異常的引用。
分享友人