次の方法で共有


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

パラメーター

戻り値

適用対象