NewArray Fields |
The NewArray 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.) | |
_arguments | (Inherited from ArgumentsOperator.) | |
_columnNumber |
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) | |
_expression | (Inherited from ArgumentsOperator.) | |
_formatFlags |
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.) | |
_initializer |
Optional array, object, or collection initializer.
(Inherited from NewOperator.) | |
_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.) | |
ParseTokenEnd |
The token used to parse the end of the array ranks.
| |
ParseTokenStart |
The token used to parse the start of the array ranks.
|