Share via


EndIfDirectiveTriviaSyntax.WithEndKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the EndKeyword 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::EndIfDirectiveTriviaSyntax ^ WithEndKeyword(Microsoft::CodeAnalysis::SyntaxToken endKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.EndIfDirectiveTriviaSyntax WithEndKeyword (Microsoft.CodeAnalysis.SyntaxToken endKeyword);
member this.WithEndKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.EndIfDirectiveTriviaSyntax
Public Function WithEndKeyword (endKeyword As SyntaxToken) As EndIfDirectiveTriviaSyntax

Parameters

endKeyword
SyntaxToken

Returns

Applies to