Share via


SwitchStatementSyntax.AddSections(SwitchSectionSyntax[]) Method

Definition

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

Parameters

Returns

Applies to