BufferingTextReader.NextCharacter Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Advances the buffer position to the next character.
Namespace: System.Web.Razor.Text
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Protected Overridable Sub NextCharacter
'Usage
Me.NextCharacter()
protected virtual void NextCharacter()
protected:
virtual void NextCharacter()
abstract NextCharacter : unit -> unit
override NextCharacter : unit -> unit
protected function NextCharacter()