Share via


MethodBlockBaseSyntax.WithBlockStatement(MethodBaseSyntax) Method

Definition

Returns a copy of this MethodBlockBaseSyntax with the BlockStatement property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 abstract Microsoft::CodeAnalysis::VisualBasic::Syntax::MethodBlockBaseSyntax ^ WithBlockStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::MethodBaseSyntax ^ blockStatement);
public abstract Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBlockBaseSyntax WithBlockStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBaseSyntax blockStatement);
abstract member WithBlockStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBaseSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBlockBaseSyntax
Public MustOverride Function WithBlockStatement (blockStatement As MethodBaseSyntax) As MethodBlockBaseSyntax

Parameters

blockStatement
MethodBaseSyntax

Returns

Applies to