TypeBuilder.IsPointerImpl 方法

定義

在衍生類別中覆寫時,實作 IsPointer 屬性並判斷 Type 是否為指標。

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

傳回

如果 Type 是指標,則為 true,否則為 false

適用於