Tokenizer(TSymbol, TSymbolType).CurrentCharacter Property

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

Gets the current character in the tokenizer.

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

function get CurrentCharacter () : char

Property Value

Type: System.Char
The current character.
Show: