Share via


AnonymousFunctionExpressionSyntax.AsyncKeyword Property

Definition

Gets the "async" token.

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

Property Value

Applies to