ArrayCreationExpressionSyntax.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::ArrayCreationExpressionSyntax ^ WithNewKeyword(Microsoft::CodeAnalysis::SyntaxToken newKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ArrayCreationExpressionSyntax WithNewKeyword (Microsoft.CodeAnalysis.SyntaxToken newKeyword);
override this.WithNewKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ArrayCreationExpressionSyntax
Public Function WithNewKeyword (newKeyword As SyntaxToken) As ArrayCreationExpressionSyntax

Parameters

newKeyword
SyntaxToken

Returns

Applies to