PropertyDeclarationSyntax.AddAttributeLists(AttributeListSyntax[]) 메서드

정의

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

매개 변수

반환

적용 대상