SymbolBase<TType> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TType>
where TType : value classpublic ref class SymbolBase abstract : Microsoft::AspNetCore::Razor::Tokenizer::Symbols::ISymbol
public abstract class SymbolBase<TType> : Microsoft.AspNetCore.Razor.Tokenizer.Symbols.ISymbol where TType : struct
type SymbolBase<'ype (requires 'ype : struct)> = class
interface ISymbol
Public MustInherit Class SymbolBase(Of TType)
Implements ISymbol
Type Parameters
- TType
- Inheritance
-
SymbolBase<TType>
- Derived
- Implements
Constructors
SymbolBase<TType>(SourceLocation, String, TType, IReadOnlyList<RazorError>) |
Properties
Content | |
Errors | |
Start | |
Type |
Methods
ChangeStart(SourceLocation) | |
Equals(Object) | |
GetHashCode() | |
OffsetStart(SourceLocation) | |
ToString() |
Extension Methods
GetContent(ISymbol) |