LambdaExpression Fields |
The LambdaExpression 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.) | |
_assignedDelegateTypeRef | ||
_body | (Inherited from AnonymousMethodBase.) | |
_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.) | |
_isAsync | (Inherited from AnonymousMethodBase.) | |
_lineNumber |
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) | |
_parameters | (Inherited from AnonymousMethodBase.) | |
_parent |
The parent CodeObject.
(Inherited from CodeObject.) | |
LeftAssociative |
True if the operator is left-associative, or false if it's right-associative.
| |
ParseToken |
The token used to parse the code object.
| |
ParseTokenEnd |
The token used to parse the end of the parameter list of a lambda expression.
| |
ParseTokenStart |
The token used to parse the start of the parameter list of a lambda expression.
| |
Precedence |
The precedence of the operator.
|