TypeBuilder.IsPointerImpl 方法

定義

當在派生類別中覆寫時,實作了該 IsPointer 屬性,並判定是否 Type 為指標。

protected:
 override bool IsPointerImpl();
protected override bool IsPointerImpl();
override this.IsPointerImpl : unit -> bool
Protected Overrides Function IsPointerImpl () As Boolean

傳回

true 若 為 Type 指標;否則, false

適用於