ForBlockSyntax.ForStatement Property

Definition

The For statement that begins the block.

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

Property Value

Applies to