InterfaceBlockSyntax.End Property

Definition

Caution

This member is obsolete.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::EndBlockStatementSyntax ^ End { Microsoft::CodeAnalysis::VisualBasic::Syntax::EndBlockStatementSyntax ^ get(); };
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This member is obsolete.", true)]
public Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax End { get; }
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("This member is obsolete.", true)>]
member this.End : Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax
Public ReadOnly Property End As EndBlockStatementSyntax

Property Value

Attributes

Applies to