Span Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class Span : Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNodepublic class Span : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNodetype Span = class
    inherit SyntaxTreeNodePublic 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() | |