SymbolBase<TType>::Type Property

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

Gets a Type that inherits from the base Type.

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

public:
property TType Type {
	TType get ();
	private: void set (TType value);
}

Property Value

Type: TType
A Type that inherits from the base Type.
Show: