TypeDelegator.HasElementTypeImpl 方法

定义

获取一个值,该值指示当前 Type 是包含还是引用另一种类型;也就是说,当前 Type 是数组、指针还是 ByRef。

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

返回

true 如果为数组、指针或 ByRef,则为 Type ;否则为 false.

适用于