Share via


IncompleteMemberSyntax.AddAttributeLists(AttributeListSyntax[]) Method

Definition

public:
 Microsoft::CodeAnalysis::CSharp::Syntax::IncompleteMemberSyntax ^ AddAttributeLists(... cli::array <Microsoft::CodeAnalysis::CSharp::Syntax::AttributeListSyntax ^> ^ items);
public Microsoft.CodeAnalysis.CSharp.Syntax.IncompleteMemberSyntax AddAttributeLists (params Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax[] items);
member this.AddAttributeLists : Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax[] -> Microsoft.CodeAnalysis.CSharp.Syntax.IncompleteMemberSyntax
override this.AddAttributeLists : Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax[] -> Microsoft.CodeAnalysis.CSharp.Syntax.IncompleteMemberSyntax
Public Function AddAttributeLists (ParamArray items As AttributeListSyntax()) As IncompleteMemberSyntax

Parameters

Returns

Applies to