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.

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

JScript does not support generic types and methods.

Type Parameters

TType

The generic type.

The SymbolBase(TType) type exposes the following members.

  NameDescription
Protected methodSymbolBase(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

  NameDescription
Public propertyContentThis 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 propertyErrorsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the razor error.
Public propertyStartThis 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 propertyTypeThis 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

  NameDescription
Public methodChangeStartThis 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 methodEqualsThis 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 methodFinalize (Inherited from Object.)
Public methodGetHashCodeThis 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 methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOffsetStartThis 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 methodToStringThis 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

  NameDescription
Public Extension MethodGetContentThis 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

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