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

適用対象