Share via


ModuleBlockSyntax.WithBegin(ModuleStatementSyntax) Method

Definition

Caution

This member is obsolete.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::ModuleBlockSyntax ^ WithBegin(Microsoft::CodeAnalysis::VisualBasic::Syntax::ModuleStatementSyntax ^ begin);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This member is obsolete.", true)]
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ModuleBlockSyntax WithBegin (Microsoft.CodeAnalysis.VisualBasic.Syntax.ModuleStatementSyntax begin);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("This member is obsolete.", true)>]
override this.WithBegin : Microsoft.CodeAnalysis.VisualBasic.Syntax.ModuleStatementSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ModuleBlockSyntax
Public Function WithBegin (begin As ModuleStatementSyntax) As ModuleBlockSyntax

Parameters

Returns

Attributes

Applies to