IndexerDeclarationSyntax.AddAttributeLists(AttributeListSyntax[]) 方法

定义

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

参数

返回

适用于