SymbolBase<TType>.ToString Method

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

Generates a string representation of the current SymbolBase<TType> object.

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

public override string ToString()

Return Value

Type: System.String
A string representation of the current SymbolBase<TType> object.
Show: