CSharpSyntaxVisitor.VisitXmlComment(XmlCommentSyntax) Method

Definition

Called when the visitor visits a XmlCommentSyntax node.

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

Parameters

Applies to