TypeDelegator::IsPrimitiveImpl Method ()

 

Returns a value that indicates whether the Type is one of the primitive types.

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

protected:
virtual bool IsPrimitiveImpl() override

Return Value

Type: System::Boolean

true if the Type is one of the primitive types; otherwise, false.

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