Share via


Span Class

Definition

public ref class Span : Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNode
public class Span : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode
type Span = class
    inherit SyntaxTreeNode
Public Class Span
Inherits SyntaxTreeNode
Inheritance

Constructors

Span(SpanBuilder)

Properties

ChunkGenerator
Content
EditHandler
IsBlock
Kind
Length
Next
Parent (Inherited from SyntaxTreeNode)
Previous
Start
Symbols

Methods

Accept(ParserVisitor)

Accepts the specified visitor

Change(Action<SpanBuilder>)
ChangeStart(SourceLocation)
Equals(Object)
EquivalentTo(SyntaxTreeNode)

Checks that the specified span is equivalent to the other in that it has the same start point and content.

GetEquivalenceHash()
GetHashCode()
ReplaceWith(SpanBuilder)
ToString()

Applies to