TypeDelegator.HasElementTypeImpl 메서드

정의

현재 Type이 다른 형식을 포함하거나 참조하는지 여부, 즉 현재 Type이 배열 또는 포인터이거나 ByRef인지 여부를 나타내는 값을 가져옵니다.

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

반환

Type이 배열 또는 포인터이거나 ByRef이면 true이고, 그렇지 않으면 false입니다.

적용 대상