Dela via


SyntaxGenerator.InsertSwitchSections Method

Definition

Inserts the switch sections at the specified index into the statement.

public:
 abstract Microsoft::CodeAnalysis::SyntaxNode ^ InsertSwitchSections(Microsoft::CodeAnalysis::SyntaxNode ^ switchStatement, int index, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxNode ^> ^ switchSections);
public abstract Microsoft.CodeAnalysis.SyntaxNode InsertSwitchSections (Microsoft.CodeAnalysis.SyntaxNode switchStatement, int index, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode> switchSections);
abstract member InsertSwitchSections : Microsoft.CodeAnalysis.SyntaxNode * int * seq<Microsoft.CodeAnalysis.SyntaxNode> -> Microsoft.CodeAnalysis.SyntaxNode
Public MustOverride Function InsertSwitchSections (switchStatement As SyntaxNode, index As Integer, switchSections As IEnumerable(Of SyntaxNode)) As SyntaxNode

Parameters

switchStatement
SyntaxNode
index
Int32
switchSections
IEnumerable<SyntaxNode>

Returns

Applies to