TypeDelegator.IsPrimitiveImpl メソッド

定義

Type がプリミティブ型の 1 つかどうかを示す値を返します。

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

戻り値

true がプリミティブ型の 1 つである場合は Type。それ以外の場合は false

適用対象