共用方式為


TypeName.IsPointer 屬性

定義

取得值,這個值表示此類型是否代表 Unmanaged 指標(例如 “int*” 或 “void*”。

非受控指標類型通常只稱為指標(IsPointer)。

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

屬性值

適用於