Share via


ParserVisitor.VisitSpan(Span) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified span.

public virtual void VisitSpan(System.Web.Razor.Parser.SyntaxTree.Span span);
abstract member VisitSpan : System.Web.Razor.Parser.SyntaxTree.Span -> unit
override this.VisitSpan : System.Web.Razor.Parser.SyntaxTree.Span -> unit
Public Overridable Sub VisitSpan (span As Span)

Parameters

span
Span

The span to visit.

Applies to