Share via


DoLoopBlockSyntax.LoopStatement Property

Definition

The Loop statement that ends the block.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::LoopStatementSyntax ^ LoopStatement { Microsoft::CodeAnalysis::VisualBasic::Syntax::LoopStatementSyntax ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.Syntax.LoopStatementSyntax LoopStatement { get; }
member this.LoopStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.LoopStatementSyntax
Public ReadOnly Property LoopStatement As LoopStatementSyntax

Property Value

Applies to