Share via


TypeBlockSyntax.WithEnd(EndBlockStatementSyntax) Method

Definition

Caution

This member is obsolete. Use WithEndBlockStatement or a more specific property (e.g. WithEndClassStatement) instead.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeBlockSyntax ^ WithEnd(Microsoft::CodeAnalysis::VisualBasic::Syntax::EndBlockStatementSyntax ^ end);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This member is obsolete. Use WithEndBlockStatement or a more specific property (e.g. WithEndClassStatement) instead.", true)]
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeBlockSyntax WithEnd (Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax end);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("This member is obsolete. Use WithEndBlockStatement or a more specific property (e.g. WithEndClassStatement) instead.", true)>]
member this.WithEnd : Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeBlockSyntax
Public Function WithEnd (end As EndBlockStatementSyntax) As TypeBlockSyntax

Parameters

Returns

Attributes

Applies to