TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>::Initialize Method

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

Initializes a specified span.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

protected:
void Initialize(
	SpanBuilder^ span
)

Parameters

span
Type: System.Web.Razor.Parser.SyntaxTree::SpanBuilder
The span to initialize.
Show: