SwitchStatementSyntax.WithSections 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
Microsoft::CodeAnalysis::CSharp::Syntax::SwitchStatementSyntax ^ WithSections(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::SwitchSectionSyntax ^> sections);
public Microsoft.CodeAnalysis.CSharp.Syntax.SwitchStatementSyntax WithSections (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.SwitchSectionSyntax> sections);
member this.WithSections : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.SwitchSectionSyntax> -> Microsoft.CodeAnalysis.CSharp.Syntax.SwitchStatementSyntax
Public Function WithSections (sections As SyntaxList(Of SwitchSectionSyntax)) As SwitchStatementSyntax
參數
- sections
- SyntaxList<SwitchSectionSyntax>