Share via


TypeBlockSyntax.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::TypeBlockSyntax ^ WithInherits(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::InheritsStatementSyntax ^> inherits);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeBlockSyntax WithInherits (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax> inherits);
member this.WithInherits : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeBlockSyntax
Public Function WithInherits (inherits As SyntaxList(Of InheritsStatementSyntax)) As TypeBlockSyntax

Parameters

Returns

Applies to