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

Parameters

Returns

Applies to