AnonymousObjectCreationExpressionSyntax.NewKeyword Property

Definition

SyntaxToken representing the new keyword.

public:
 property Microsoft::CodeAnalysis::SyntaxToken NewKeyword { Microsoft::CodeAnalysis::SyntaxToken get(); };
public Microsoft.CodeAnalysis.SyntaxToken NewKeyword { get; }
member this.NewKeyword : Microsoft.CodeAnalysis.SyntaxToken
Public ReadOnly Property NewKeyword As SyntaxToken

Property Value

Applies to