TypeDelegator.IsPrimitiveImpl 方法

定义

返回一个值,该值指示 Type 是否为基元类型之一。

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

返回

如果 true 为基元类型之一,则为 Type;否则为 false

适用于