CSharpSyntaxVisitor.VisitSwitchSection(SwitchSectionSyntax) Method

Definition

Called when the visitor visits a SwitchSectionSyntax node.

public:
 virtual void VisitSwitchSection(Microsoft::CodeAnalysis::CSharp::Syntax::SwitchSectionSyntax ^ node);
public virtual void VisitSwitchSection (Microsoft.CodeAnalysis.CSharp.Syntax.SwitchSectionSyntax node);
abstract member VisitSwitchSection : Microsoft.CodeAnalysis.CSharp.Syntax.SwitchSectionSyntax -> unit
override this.VisitSwitchSection : Microsoft.CodeAnalysis.CSharp.Syntax.SwitchSectionSyntax -> unit
Public Overridable Sub VisitSwitchSection (node As SwitchSectionSyntax)

Parameters

Applies to