TypeRefIsPrimitive Property |
True if the type is Primitive. The Primitive Types are:
sbyte, byte, short, ushort, int, uint, long, ulong, IntPtr, UIntPtr, char, bool, float, double.
The following are NOT primitive types: object, void, string, decimal
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override bool IsPrimitive { get; }
Property Value
Type:
BooleanSee Also