CSharpSyntaxRewriter.VisitSwitchSection(SwitchSectionSyntax) 메서드

정의

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

매개 변수

반환

적용 대상