TypeRefBaseTypeFlags Enumeration |
Namespace: Nova.CodeDOM
[FlagsAttribute] public enum TypeFlags
Member name | Value | Description | |
---|---|---|---|
None | 0 | No flags. | |
PointerCountMask | 15 | Pointer count bit field mask (0 to 15 nested pointers). | |
DontUseKeyword | 64 | Used by TypeRef to force primitive types to display type name instead of keyword. | |
Const | 128 | Used by TypeRef to indicate a reference to a constant value. |
Copyright (C) 2011-2019, Inevitable Software, all rights reserved.