ObjectCreationExpressionSyntax.WithNewKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the NewKeyword 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::ObjectCreationExpressionSyntax ^ WithNewKeyword(Microsoft::CodeAnalysis::SyntaxToken newKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ObjectCreationExpressionSyntax WithNewKeyword (Microsoft.CodeAnalysis.SyntaxToken newKeyword);
override this.WithNewKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ObjectCreationExpressionSyntax
Public Function WithNewKeyword (newKeyword As SyntaxToken) As ObjectCreationExpressionSyntax

Parameters

newKeyword
SyntaxToken

Returns

Applies to