Share via


ContinueStatementSyntax.BlockKeyword Property

Definition

The "Do", "For" or "While" keyword that identifies the kind of loop being continued.

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

Property Value

Applies to