TypeBuilder.HasElementTypeImpl 方法

定义

在派生类中重写时,实现 HasElementType 属性并确定当前 Type 是包含还是引用另一种类型;也就是说,当前 Type 是数组、指针还是通过引用传递。

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

返回

如果为数组、指针或通过引用传递,则为 />;否则为

适用于