SymbolBase<TType> Class

Definition

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.

public abstract class SymbolBase<TType> : System.Web.Razor.Tokenizer.Symbols.ISymbol
type SymbolBase<'ype> = class
    interface ISymbol
Public MustInherit Class SymbolBase(Of TType)
Implements ISymbol

Type Parameters

TType

The generic type.

Inheritance
SymbolBase<TType>
Derived
Implements

Constructors

SymbolBase<TType>(SourceLocation, String, TType, IEnumerable<RazorError>)

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.

Properties

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>.

Errors

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

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.

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.

Methods

ChangeStart(SourceLocation)

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.

Equals(Object)

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.

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.

OffsetStart(SourceLocation)

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.

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.

Extension Methods

GetContent(ISymbol)

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.

Applies to