TypeName.IsPointer Property

Definition

Gets a value that indicates whether this type represents an unmanaged pointer (for example, "int*" or "void*").

Unmanaged pointer types are often just called pointers (IsPointer).

public:
 property bool IsPointer { bool get(); };
public bool IsPointer { get; }
member this.IsPointer : bool
Public ReadOnly Property IsPointer As Boolean

Property Value

Applies to