Base:
method
IsValueTypeImpl
System.Type.IsValueTypeImpl()
3 overrides of IsValueTypeImpl
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureConstructedGenericType.cs (1)
56
protected sealed override bool
IsValueTypeImpl
() => _genericTypeDefinition.IsValueType;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
30
protected sealed override bool
IsValueTypeImpl
() => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
31
protected sealed override bool
IsValueTypeImpl
() => false;