Implements the IsPrimitive property and, when implemented by a derived class, determines whether the Type is one of the primitive types.
[Visual Basic] MustOverride Protected Function IsPrimitiveImpl() As Boolean [C#] protected abstract bool IsPrimitiveImpl(); [C++] protected: virtual bool IsPrimitiveImpl() = 0; [JScript] protected abstract function IsPrimitiveImpl() : Boolean;
true if the Type is one of the primitive types; otherwise, false.
Abstract. This method must be implemented by a derived class.
The primitive types are Boolean, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Double, and Single.
Type Class | Type Members | System Namespace | Boolean | Byte | SByte | Int16 | UInt16 | Int32 | UInt32 | Int64 | UInt64 | Char | Double | Single | IsPrimitive