Share via


FileScopedNamespaceDeclarationSyntax.AddAttributeLists Method

Definition

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

Parameters

Returns

Applies to