TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Initialize Method

Definition

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

protected void Initialize (System.Web.Razor.Parser.SyntaxTree.SpanBuilder span);
member this.Initialize : System.Web.Razor.Parser.SyntaxTree.SpanBuilder -> unit
Protected Sub Initialize (span As SpanBuilder)

Parameters

span
SpanBuilder

The span to initialize.

Applies to