CSharpSyntaxRewriter.VisitSwitchSection(SwitchSectionSyntax) Method

Definition

public:
 override Microsoft::CodeAnalysis::SyntaxNode ^ VisitSwitchSection(Microsoft::CodeAnalysis::CSharp::Syntax::SwitchSectionSyntax ^ node);
public override Microsoft.CodeAnalysis.SyntaxNode VisitSwitchSection (Microsoft.CodeAnalysis.CSharp.Syntax.SwitchSectionSyntax node);
public override Microsoft.CodeAnalysis.SyntaxNode? VisitSwitchSection (Microsoft.CodeAnalysis.CSharp.Syntax.SwitchSectionSyntax node);
override this.VisitSwitchSection : Microsoft.CodeAnalysis.CSharp.Syntax.SwitchSectionSyntax -> Microsoft.CodeAnalysis.SyntaxNode
Public Overrides Function VisitSwitchSection (node As SwitchSectionSyntax) As SyntaxNode

Parameters

Returns

Applies to