Gets a value indicating whether the Type is a pointer.
[Visual Basic] Public ReadOnly Property IsPointer As Boolean [C#] public bool IsPointer {get;} [C++] public: __property bool get_IsPointer(); [JScript] public function get IsPointer() : Boolean;
true if the Type is a pointer; otherwise, false.
Type Class | Type Members | System Namespace | IsPointerImpl