TokenizerBackedParser(Of TTokenizer, TSymbol, TSymbolType).Output Method (SpanKind)

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

Outputs a token with span kind.

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

'Declaration
Protected Friend Sub Output ( _
	kind As SpanKind _
)
'Usage
Dim kind As SpanKind 

Me.Output(kind)

Parameters

kind
Type: System.Web.Razor.Parser.SyntaxTree.SpanKind
The span kind.
Show: