Compartir a través de


SyntaxGenerator.AddSwitchSections Método

Definición

Agrega las secciones switch a la instrucción .

public:
 Microsoft::CodeAnalysis::SyntaxNode ^ AddSwitchSections(Microsoft::CodeAnalysis::SyntaxNode ^ switchStatement, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxNode ^> ^ switchSections);
public Microsoft.CodeAnalysis.SyntaxNode AddSwitchSections (Microsoft.CodeAnalysis.SyntaxNode switchStatement, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode> switchSections);
member this.AddSwitchSections : Microsoft.CodeAnalysis.SyntaxNode * seq<Microsoft.CodeAnalysis.SyntaxNode> -> Microsoft.CodeAnalysis.SyntaxNode
Public Function AddSwitchSections (switchStatement As SyntaxNode, switchSections As IEnumerable(Of SyntaxNode)) As SyntaxNode

Parámetros

switchStatement
SyntaxNode
switchSections
IEnumerable<SyntaxNode>

Devoluciones

Se aplica a