Share via


AwaitExpressionSyntax.AwaitKeyword Property

Definition

SyntaxToken representing the kind "await" keyword.

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

Property Value

Applies to