Share via


CallbackVisitor.VisitSpan(Span) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Executes the visitor callback to visit the span.

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

Parameters

span
Span

The span to visit.

Applies to