Click or drag to resize

TypeRefIsBuiltInTypeOrArray Property

True if the referenced type is a built-in type or an array of a built-in type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsBuiltInTypeOrArray { get; }

Property Value

Type: Boolean
See Also