MethodDeclarationSyntax.Body Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
virtual property Microsoft::CodeAnalysis::CSharp::Syntax::BlockSyntax ^ Body { Microsoft::CodeAnalysis::CSharp::Syntax::BlockSyntax ^ get(); };
public override Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax Body { get; }
public override Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax? Body { get; }
member this.Body : Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax
Public Overrides ReadOnly Property Body As BlockSyntax