静态构造函数 meaning in English
static constructors
Examples
- A constructor can be declared static using the
关键字可以将构造函数声明为静态构造函数。 - Represents a static constructor for a class
表示类的静态构造函数。 - Classes , including static classes , may have static constructors
类(包括静态类)可以有静态构造函数。 - There is also a chance that a static constructor could be aborted
还有一种可能就是静态构造函数被终止。 - Is called , the static constructor is invoked to initialize the class
时,将调用静态构造函数来初始化类。