Type 构造函数

定义

初始化 Type 类的新实例。

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

注解

此构造函数在类型对象的构造过程中由派生类调用。

适用于