Tokenizer<TSymbol, TSymbolType>.StartSymbol Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the start symbol used in this class.
Namespace: System.Web.Razor.Tokenizer
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Protected Sub StartSymbol
'Usage
Me.StartSymbol()
protected void StartSymbol()
protected:
void StartSymbol()
member StartSymbol : unit -> unit
protected function StartSymbol()