Megosztás a következőn keresztül:


SymbolBase<TType> Class

Definition

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)

Applies to