TokenizerBackedParser(Of 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)

'Declaration
Protected Sub Initialize ( _
	span As SpanBuilder _
)
'Usage
Dim span As SpanBuilder 

Me.Initialize(span)

Parameters

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