Share via


TypeBlockSyntax.AddImplements(ImplementsStatementSyntax[]) Method

Definition

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeBlockSyntax ^ AddImplements(... cli::array <Microsoft::CodeAnalysis::VisualBasic::Syntax::ImplementsStatementSyntax ^> ^ items);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeBlockSyntax AddImplements (params Microsoft.CodeAnalysis.VisualBasic.Syntax.ImplementsStatementSyntax[] items);
member this.AddImplements : Microsoft.CodeAnalysis.VisualBasic.Syntax.ImplementsStatementSyntax[] -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeBlockSyntax
Public Function AddImplements (ParamArray items As ImplementsStatementSyntax()) As TypeBlockSyntax

Parameters

Returns

Applies to