共用方式為


ForEachStatementSyntax.AddAttributeLists(AttributeListSyntax[]) 方法

定義

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

參數

傳回

適用於