ISymbol Interface

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents an interface for the web razor symbol.

public interface ISymbol
type ISymbol = interface
Public Interface ISymbol
Derived

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

Start

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

Methods

ChangeStart(SourceLocation)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Changes the location of the symbol.

OffsetStart(SourceLocation)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the starting offset of the symbol.

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