파생 클래스에서 재정의되면, IsPointer 속성을 구현하고 Type이 포인터인지를 확인합니다.When overridden in a derived class, implements the IsPointer property and determines whether the Type is a pointer.
protected:
abstract bool IsPointerImpl();
protected abstract bool IsPointerImpl ();
abstract member IsPointerImpl : unit -> bool
Protected MustOverride Function IsPointerImpl () As Boolean