class initializer meaning in English
类别初始设定式
类初始设置式
类初始值设定项
Examples
- The following example demonstrates using the base class initializer
下面的示例说明使用基类初始值设定项。 - The constructor on each derived class is using its base class initializer
每个派生类的构造函数都使用其基类的初始值设定项。 - The exception that is thrown as a wrapper around the exception thrown by the class initializer
作为类初始值设定项引发的异常的包装而引发的异常。 - Is created and passed a reference to the exception thrown by the type s class initializer . the
,并向其传递对由该类型的类初始值设定项引发的异常的引用。