XmlEmptyElementSyntax.AddAttributes(XmlAttributeSyntax[]) Method

Definition

public:
 Microsoft::CodeAnalysis::CSharp::Syntax::XmlEmptyElementSyntax ^ AddAttributes(... cli::array <Microsoft::CodeAnalysis::CSharp::Syntax::XmlAttributeSyntax ^> ^ items);
public Microsoft.CodeAnalysis.CSharp.Syntax.XmlEmptyElementSyntax AddAttributes (params Microsoft.CodeAnalysis.CSharp.Syntax.XmlAttributeSyntax[] items);
member this.AddAttributes : Microsoft.CodeAnalysis.CSharp.Syntax.XmlAttributeSyntax[] -> Microsoft.CodeAnalysis.CSharp.Syntax.XmlEmptyElementSyntax
Public Function AddAttributes (ParamArray items As XmlAttributeSyntax()) As XmlEmptyElementSyntax

Parameters

Returns

Applies to