EnumBuilder.MakePointerType 方法

定义

返回表示指向当前类型的指针的 Type 对象。

public:
 override Type ^ MakePointerType();
public override Type MakePointerType ();
override this.MakePointerType : unit -> Type
Public Overrides Function MakePointerType () As Type

返回

Type

表示指向当前类型的指针的 Type 对象。

适用于

另请参阅