Implements the IsPointer property and, when implemented by a derived class, determines whether the Type is a pointer.
[Visual Basic] MustOverride Protected Function IsPointerImpl() As Boolean [C#] protected abstract bool IsPointerImpl(); [C++] protected: virtual bool IsPointerImpl() = 0; [JScript] protected abstract function IsPointerImpl() : Boolean;
true if the Type is a pointer; otherwise, false.
Abstract. This method must be implemented by a derived class.