TypeDelegator.IsPointerImpl メソッド

定義

Typeがポインターであるかどうかを示す値を返します。

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

返品

true Typeがポインターの場合は。それ以外の場合はfalse

適用対象