GenericTypeParameterBuilder.IsValueTypeImpl Method

Definition

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

C#
protected override bool IsValueTypeImpl();

Returns

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

Applies to

Product Versions
.NET 8, 9, 10