Share via


ConstructorBlockSyntax.EndSubStatement Property

Definition

The "End Sub" statement that ends the block declaration.

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

Property Value

Applies to