TypeDelegator.IsValueTypeImpl Method

Definition

Returns a value that indicates 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