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
Public property 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.
Public property 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
Public method 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.
Public method 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
Public Extension Method 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

See Also

Reference

System.Web.Razor.Tokenizer.Symbols Namespace