SyntaxGenerator.AddSwitchSections Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the switch sections to the statement.
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
Parameters
- switchStatement
- SyntaxNode
- switchSections
- IEnumerable<SyntaxNode>
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.