CSharpSyntaxVisitor.VisitElseClause(ElseClauseSyntax) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the visitor visits a ElseClauseSyntax node.
public:
virtual void VisitElseClause(Microsoft::CodeAnalysis::CSharp::Syntax::ElseClauseSyntax ^ node);
public virtual void VisitElseClause (Microsoft.CodeAnalysis.CSharp.Syntax.ElseClauseSyntax node);
abstract member VisitElseClause : Microsoft.CodeAnalysis.CSharp.Syntax.ElseClauseSyntax -> unit
override this.VisitElseClause : Microsoft.CodeAnalysis.CSharp.Syntax.ElseClauseSyntax -> unit
Public Overridable Sub VisitElseClause (node As ElseClauseSyntax)
Parameters
- node
- ElseClauseSyntax
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.