EnumBuilder.IsValueTypeImpl Method

Definition

Implements the IsValueType property and determines whether the Type is a value type; that is, not a class or an interface.

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

Returns

true if the Type is a value type; otherwise, false.

Applies to