TypeBuilder.IsPrimitiveImpl 方法

定义

在派生类中重写时,实现 IsPrimitive 属性并确定 Type 是否为基元类型之一。

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

返回

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

适用于