InferredFieldInitializerSyntax.WithKeyKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the KeyKeyword 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::InferredFieldInitializerSyntax ^ WithKeyKeyword(Microsoft::CodeAnalysis::SyntaxToken keyKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.InferredFieldInitializerSyntax WithKeyKeyword (Microsoft.CodeAnalysis.SyntaxToken keyKeyword);
override this.WithKeyKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.InferredFieldInitializerSyntax
Public Function WithKeyKeyword (keyKeyword As SyntaxToken) As InferredFieldInitializerSyntax

Parameters

keyKeyword
SyntaxToken

Returns

Applies to