Tokenizer(Of TSymbol, TSymbolType).Single Method

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

Uses a single type of symbol.

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

'Declaration
Protected Function Single ( _
	type As TSymbolType _
) As TSymbol
'Usage
Dim type As TSymbolType
Dim returnValue As TSymbol

returnValue = Me.Single(type)

Parameters

type
Type: TSymbolType
The type of symbol.

Return Value

Type: TSymbol
A single type of symbol.
Show: