AttributeListSyntax.WithAttributes Method

Definition

public:
 Microsoft::CodeAnalysis::CSharp::Syntax::AttributeListSyntax ^ WithAttributes(Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeSyntax ^> attributes);
public Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax WithAttributes (Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeSyntax> attributes);
member this.WithAttributes : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeSyntax> -> Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax
Public Function WithAttributes (attributes As SeparatedSyntaxList(Of AttributeSyntax)) As AttributeListSyntax

Parameters

Returns

Applies to