ParenthesizedLambdaExpressionSyntax.AsyncKeyword Property

Definition

Gets the "async" token.

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

Property Value

Applies to