TypeDelegator::IsValueTypeImpl Method ()

 

Returns a value that indicates whether the type is a value type; that is, not a class or an interface.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

protected:
virtual bool IsValueTypeImpl() override

Return Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: