静态构造函数 meaning in English
static constructors
Examples
- Has a static constructor and one static member ,
有一个静态构造函数和一个静态成员 - Static constructors have the following properties
静态构造函数具有以下特点: - Demonstrates how to create a static constructor
演示如何创建静态构造函数。 - A static constructor cannot be called directly
无法直接调用静态构造函数。 - A static constructor is used to initialize any
静态构造函数用于初始化任何