CSharpSyntaxVisitor.VisitRefType(RefTypeSyntax) Method

Definition

Called when the visitor visits a RefTypeSyntax node.

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

Parameters

Applies to