CSharpSyntaxRewriter.VisitCaseSwitchLabel(CaseSwitchLabelSyntax) Method

Definition

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

Parameters

Returns

Applies to