Share via


BaseObjectCreationExpressionSyntax.WithNewKeyword(SyntaxToken) 方法

定义

public Microsoft.CodeAnalysis.CSharp.Syntax.BaseObjectCreationExpressionSyntax WithNewKeyword (Microsoft.CodeAnalysis.SyntaxToken newKeyword);
member this.WithNewKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.BaseObjectCreationExpressionSyntax
Public Function WithNewKeyword (newKeyword As SyntaxToken) As BaseObjectCreationExpressionSyntax

参数

newKeyword
SyntaxToken

返回

适用于