Share via


SymbolBase<TType> Class

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

Represents a new instance of symbols.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Tokenizer.Symbols.SymbolBase<TType>
    System.Web.Razor.Tokenizer.Symbols.CSharpSymbol
    System.Web.Razor.Tokenizer.Symbols.HtmlSymbol
    System.Web.Razor.Tokenizer.Symbols.VBSymbol

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

Syntax

'Declaration
Public MustInherit Class SymbolBase(Of TType) _
    Implements ISymbol
'Usage
Dim instance As SymbolBase(Of TType)
public abstract class SymbolBase<TType> : ISymbol
generic<typename TType>
public ref class SymbolBase abstract : ISymbol
[<AbstractClassAttribute>]
type SymbolBase<'TType> =  
    class 
        interface ISymbol 
    end
JScript does not support generic types and methods.

Type Parameters

  • TType
    The generic type.

The SymbolBase<TType> type exposes the following members.

Constructors

  Name Description
Protected method SymbolBase<TType> This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SymbolBase<TType> class.

Top

Properties

  Name Description
Public property Content This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the content of a SymbolBase<TType>.
Public property Errors This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the razor error.
Public property Start This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the starting point of the source location.
Public property Type 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.

Top

Methods

  Name Description
Public method ChangeStart This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Changes the start of the machine.
Public method Equals This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves a hash code based on the current SymbolBase<TType> object. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OffsetStart This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Starts the time’s offset for the source location.
Public method ToString 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. (Overrides Object.ToString().)

Top

Extension Methods

  Name Description
Public Extension Method GetContent This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the content of this SymbolExtensions class. (Defined by SymbolExtensions.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Tokenizer.Symbols Namespace