EnumBuilder.IsPointerImpl 方法

定义

在派生类中重写时,实现 IsPointer 属性并确定 Type 是否为指针。

protected:
 override bool IsPointerImpl();
protected override bool IsPointerImpl ();
override this.IsPointerImpl : unit -> bool
Protected Overrides Function IsPointerImpl () As Boolean

返回

如果 Type 是指针,则为 true;否则为 false

适用于