다음을 통해 공유


ConstructorDeclarationSyntax.AddAttributeLists(AttributeListSyntax[]) 메서드

정의

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

매개 변수

반환

적용 대상