EnumBuilder.IsPrimitiveImpl Method

Definition

When overridden in a derived class, implements the IsPrimitive property and determines 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