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)
Syntax
'Declaration
Protected ReadOnly Property CurrentCharacter As Char
Get
'Usage
Dim value As Char
value = Me.CurrentCharacter
protected char CurrentCharacter { get; }
protected:
property wchar_t CurrentCharacter {
wchar_t get ();
}
member CurrentCharacter : char
function get CurrentCharacter () : char
Property Value
Type: System.Char
The current character.