Click or drag to resize

TypeRefBaseTypeFlags Enumeration

Flags used to handle pointers, const state, and type formatting.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
[FlagsAttribute]
public enum TypeFlags
Members
  Member nameValueDescription
None0No flags.
PointerCountMask15Pointer count bit field mask (0 to 15 nested pointers).
DontUseKeyword64Used by TypeRef to force primitive types to display type name instead of keyword.
Const128Used by TypeRef to indicate a reference to a constant value.
See Also