Span.Next Property
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: property Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ Next { public:
Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ get(); protected public:
void set(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ value); };
public Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span Next { get; protected internal set; }
member this.Next : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span with get, set
Public Property Next As Span