Methods 构造函数

定义

在派生类中实现时,初始化 Methods 类的新实例。

protected:
 Methods();
protected:
 Methods();
 Methods();
protected Methods ();
Protected Sub New ()

注解

不需要在派生类中调用基类构造函数。

适用于