TypeDelegator.IsPrimitiveImpl 方法
定义
返回一个值,该值指示 Type 是否为基元类型之一。Returns a value that indicates whether the Type is one of the primitive types.
protected:
override bool IsPrimitiveImpl();
protected override bool IsPrimitiveImpl ();
override this.IsPrimitiveImpl : unit -> bool
Protected Overrides Function IsPrimitiveImpl () As Boolean
返回
如果 true
为基元类型之一,则为 Type;否则为 false
。true
if the Type is one of the primitive types; otherwise, false
.
适用于