InterfaceBlockSyntax.EndInterfaceStatement Property

Definition

The "End Interface" statement that ends the block.

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

Property Value

Applies to