ISymbol Interface
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.
Namespace: System.Web.Razor.Tokenizer.Symbols
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Interface ISymbol
'Usage
Dim instance As ISymbol
public interface ISymbol
public interface class ISymbol
type ISymbol = interface end
public interface ISymbol
The ISymbol type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
ChangeStart | 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 | 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. |
Top
Extension Methods
Name | Description | |
---|---|---|
GetContent | 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. (Defined by SymbolExtensions.) |
Top