Page 构造函数

定义

初始化 Page 类的新实例。

public:
 Page();
public Page ();
Public Sub New ()

注解

无参数构造函数将所有字段初始化为其默认值。

适用于