Share via


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)

Syntax

'Declaration
Public Property Type As TType
    Get 
    Private Set
'Usage
Dim instance As SymbolBase 
Dim value As TType

value = instance.Type
public TType Type { get; private set; }
public:
property TType Type {
    TType get ();
    private: void set (TType value);
}
member Type : 'TType with get, private set
function get Type () : TType
private function set Type (value : TType)

Property Value

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

See Also

Reference

SymbolBase<TType> Class

System.Web.Razor.Tokenizer.Symbols Namespace