Click or drag to resize

TypeRefBase Fields

The TypeRefBase type exposes the following members.

Fields
  NameDescription
Protected field_annotations
Any Annotations (Comments, DocComments, Attributes, or Messages) associated with the CodeObject (null if none).
(Inherited from CodeObject.)
Protected field_arrayRanks
Optional array ranks (for array types only).
Protected field_columnNumber
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_formatFlags
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.)
Protected field_lineNumber
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_parent
The parent CodeObject.
(Inherited from CodeObject.)
Protected field_reference (Inherited from SymbolicRef.)
Protected field_typeArguments
Optional type arguments (for generic types only).
Protected field_typeFlags
Optional flags, including pointer count, const state, formatting.
Public fieldStatic memberParseTokenAltArgumentEnd
The alternate token used to parse the end of type arguments inside documentation comments.
Public fieldStatic memberParseTokenAltArgumentStart
The alternate token used to parse the start of type arguments inside documentation comments.
Public fieldStatic memberParseTokenArgumentEnd
The token used to parse the end of type arguments.
Public fieldStatic memberParseTokenArgumentStart
The token used to parse the start of type arguments.
Public fieldStatic memberParseTokenArrayEnd
The token used to parse the end of array ranks.
Public fieldStatic memberParseTokenArrayStart
The token used to parse the start of array ranks.
Public fieldStatic memberParseTokenNullable
The token used to parse nullable types.
Public fieldStatic memberParseTokenPointer
The token used to parse pointer types.
Protected fieldStatic memberTypeArgumentTerminators
Public fieldStatic memberTypeNameToKeywordMap
A map of built-in type names to keywords (the "System" namespace prefix is NOT included on the names).
Top
See Also