TypeDelegator.IsPrimitiveImpl Method

Definition

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

Returns

true if the Type is one of the primitive types; otherwise, false.

Applies to