Click or drag to resize

Initializer Fields

The Initializer type exposes the following members.

Fields
  NameDescription
Protected field_addMethodRef
Protected field_annotations
Any Annotations (Comments, DocComments, Attributes, or Messages) associated with the CodeObject (null if none).
(Inherited from CodeObject.)
Protected field_columnNumber
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_endColumnNumber
The ending column number associated with the Initializer if parsed from or written to text form. This will be the column of the closing '}' if any, or of the last token if there are no braces, which is usually the ';' of the last statement.
Protected field_endLineNumber
The ending line number associated with the Initializer if parsed from or written to text form. This will be the line of the closing '}'.
Protected field_endNewLines
Protected field_expressions
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.)
Public fieldStatic memberAlign
Determines if nested initializers and/or EOL comments on consecutive lines are aligned vertically.
Public fieldStatic memberParseTokenEnd
The token used to parse the end of an initializer.
Public fieldStatic memberParseTokenStart
The token used to parse the start of an initializer.
Top
See Also