TypeName.IsPointer 속성

정의

이 형식이 관리되지 않는 포인터(예: "int*" 또는 "void*")를 나타내는지 여부를 나타내는 값을 가져옵니다.

관리되지 않는 포인터 형식은 종종 포인터(IsPointer)라고 합니다.

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

속성 값

적용 대상