TypeRefIsBuiltInType Property |
True if the referenced type is a built-in type (has a keyword). The built-in types are:
object, void, sbyte, byte, short, ushort, int, uint, long, ulong, char, bool, string, float, double, decimal
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override bool IsBuiltInType { get; }
Property Value
Type:
BooleanSee Also