EnumBuilder.HasElementTypeImpl 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当在派生类中重写时,实现 HasElementType 属性,确定当前 Type 是否包含另一类型或对其引用;即,当前 Type 是否是数组、指针或由引用传递。
protected:
 override bool HasElementTypeImpl();protected override bool HasElementTypeImpl();override this.HasElementTypeImpl : unit -> boolProtected Overrides Function HasElementTypeImpl () As Boolean返回
如果 true 为数组、指针或按引用传递,则为 Type;否则为 false。