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)

'Declaration
Public Interface ISymbol
'Usage
Dim instance As ISymbol

The ISymbol type exposes the following members.

  NameDescription
Public propertyContentThis 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 propertyStartThis 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

  NameDescription
Public methodChangeStartThis 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 methodOffsetStartThis 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

  NameDescription
Public Extension MethodGetContentThis 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
Show: