TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>::PreviousSymbol Property

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

Gets the previous symbol of this instance.

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

protected:
property TSymbol PreviousSymbol {
	TSymbol get ();
	private: void set (TSymbol value);
}

Property Value

Type: TSymbol
Show: