TypeDelegator.IsPointerImpl 方法

定义

返回一个值,该值指示是否 Type 为指针。

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

返回

true 如果为 Type 指针,则为 。否则为 false

适用于