FinallyStatementSyntax.WithFinallyKeyword(SyntaxToken) Method

Definition

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

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::FinallyStatementSyntax ^ WithFinallyKeyword(Microsoft::CodeAnalysis::SyntaxToken finallyKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.FinallyStatementSyntax WithFinallyKeyword (Microsoft.CodeAnalysis.SyntaxToken finallyKeyword);
member this.WithFinallyKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.FinallyStatementSyntax
Public Function WithFinallyKeyword (finallyKeyword As SyntaxToken) As FinallyStatementSyntax

Parameters

finallyKeyword
SyntaxToken

Returns

Applies to