Share via


TypeBlockSyntax.WithImplements Method

Definition

Returns a copy of this with the [Implements] 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 ^ WithImplements(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::ImplementsStatementSyntax ^> implements);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeBlockSyntax WithImplements (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.ImplementsStatementSyntax> implements);
member this.WithImplements : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.ImplementsStatementSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeBlockSyntax
Public Function WithImplements (implements As SyntaxList(Of ImplementsStatementSyntax)) As TypeBlockSyntax

Parameters

Returns

Applies to