SingleLineLambdaExpressionSyntax.Body Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The body of the lambda. Depending on the kind of lambda, this is either a Statement (single-line Sub lambda) or Expression (single-line Function).
public:
property Microsoft::CodeAnalysis::VisualBasic::VisualBasicSyntaxNode ^ Body { Microsoft::CodeAnalysis::VisualBasic::VisualBasicSyntaxNode ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.VisualBasicSyntaxNode Body { get; }
member this.Body : Microsoft.CodeAnalysis.VisualBasic.VisualBasicSyntaxNode
Public ReadOnly Property Body As VisualBasicSyntaxNode