LetClauseSyntax.WithLetKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the LetKeyword 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::LetClauseSyntax ^ WithLetKeyword(Microsoft::CodeAnalysis::SyntaxToken letKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.LetClauseSyntax WithLetKeyword (Microsoft.CodeAnalysis.SyntaxToken letKeyword);
member this.WithLetKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.LetClauseSyntax
Public Function WithLetKeyword (letKeyword As SyntaxToken) As LetClauseSyntax

Parameters

letKeyword
SyntaxToken

Returns

Applies to