Share via


ModuleBlockSyntax.WithInherits Method

Definition

Returns a copy of this with the [Inherits] property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::ModuleBlockSyntax ^ WithInherits(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::InheritsStatementSyntax ^> inherits);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ModuleBlockSyntax WithInherits (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax> inherits);
override this.WithInherits : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ModuleBlockSyntax
Public Function WithInherits (inherits As SyntaxList(Of InheritsStatementSyntax)) As ModuleBlockSyntax

Parameters

Returns

Applies to