SimpleLambdaExpressionSyntax.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.
SyntaxNode representing the body of the lambda expression.
public override Microsoft.CodeAnalysis.CSharp.CSharpSyntaxNode Body { get; }member this.Body : Microsoft.CodeAnalysis.CSharp.CSharpSyntaxNodePublic Overrides ReadOnly Property Body As CSharpSyntaxNode