EnumBuilder.HasElementTypeImpl 메서드

정의

파생 클래스에서 재정의되면, HasElementType 속성을 구현하고 현재 Type이 다른 형식을 포함하거나 참조하는지 여부, 즉 현재 Type이 배열 또는 포인터이거나 참조로 전달되는지를 확인합니다.

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

반환

true이 배열 또는 포인터이거나 참조로 전달되면 Type이고, 그렇지 않으면 false입니다.

적용 대상