CSharpSymbol 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.
public ref class CSharpSymbol : Microsoft::AspNetCore::Razor::Tokenizer::Symbols::SymbolBase<Microsoft::AspNetCore::Razor::Tokenizer::Symbols::CSharpSymbolType>
public class CSharpSymbol : Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<Microsoft.AspNetCore.Razor.Tokenizer.Symbols.CSharpSymbolType>
type CSharpSymbol = class
inherit SymbolBase<CSharpSymbolType>
Public Class CSharpSymbol
Inherits SymbolBase(Of CSharpSymbolType)
- Inheritance
Constructors
Properties
Content | (Inherited from SymbolBase<TType>) |
Errors | (Inherited from SymbolBase<TType>) |
EscapedIdentifier | |
Keyword | |
Start | (Inherited from SymbolBase<TType>) |
Type | (Inherited from SymbolBase<TType>) |
Methods
ChangeStart(SourceLocation) | (Inherited from SymbolBase<TType>) |
Equals(Object) | |
GetHashCode() | |
OffsetStart(SourceLocation) | (Inherited from SymbolBase<TType>) |
ToString() | (Inherited from SymbolBase<TType>) |
Extension Methods
GetContent(ISymbol) |