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
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.