TypeRefBase Fields |
The TypeRefBase type exposes the following members.
Name | Description | |
---|---|---|
_annotations |
Any Annotations (Comments, DocComments, Attributes,
or Messages) associated with the CodeObject (null if none).
(Inherited from CodeObject.) | |
_arrayRanks |
Optional array ranks (for array types only).
| |
_columnNumber |
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) | |
_formatFlags |
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.) | |
_lineNumber |
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) | |
_parent |
The parent CodeObject.
(Inherited from CodeObject.) | |
_reference | (Inherited from SymbolicRef.) | |
_typeArguments |
Optional type arguments (for generic types only).
| |
_typeFlags |
Optional flags, including pointer count, const state, formatting.
| |
ParseTokenAltArgumentEnd |
The alternate token used to parse the end of type arguments inside documentation comments.
| |
ParseTokenAltArgumentStart |
The alternate token used to parse the start of type arguments inside documentation comments.
| |
ParseTokenArgumentEnd |
The token used to parse the end of type arguments.
| |
ParseTokenArgumentStart |
The token used to parse the start of type arguments.
| |
ParseTokenArrayEnd |
The token used to parse the end of array ranks.
| |
ParseTokenArrayStart |
The token used to parse the start of array ranks.
| |
ParseTokenNullable |
The token used to parse nullable types.
| |
ParseTokenPointer |
The token used to parse pointer types.
| |
TypeArgumentTerminators | ||
TypeNameToKeywordMap |
A map of built-in type names to keywords (the "System" namespace prefix is NOT included on the names).
|