Share via


VBSymbol Class

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

Represents the VB symbol components.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Tokenizer.Symbols.SymbolBase<VBSymbolType>
    System.Web.Razor.Tokenizer.Symbols.VBSymbol

Namespace:  System.Web.Razor.Tokenizer.Symbols
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Class VBSymbol _
    Inherits SymbolBase(Of VBSymbolType)
'Usage
Dim instance As VBSymbol
public class VBSymbol : SymbolBase<VBSymbolType>
public ref class VBSymbol : public SymbolBase<VBSymbolType>
type VBSymbol =  
    class 
        inherit SymbolBase<VBSymbolType>
    end
public class VBSymbol extends SymbolBase<VBSymbolType>

The VBSymbol type exposes the following members.

Constructors

  Name Description
Public method VBSymbol(SourceLocation, String, VBSymbolType) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the VBSymbol class.
Public method VBSymbol(SourceLocation, String, VBSymbolType, IEnumerable<RazorError>) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the VBSymbol class.
Public method VBSymbol(Int32, Int32, Int32, String, VBSymbolType) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the VBSymbol class.
Public method VBSymbol(Int32, Int32, Int32, String, VBSymbolType, IEnumerable<RazorError>) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the VBSymbol class.

Top

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 a SymbolBase<TType>. (Inherited from SymbolBase<TType>.)
Public property Errors This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the razor error. (Inherited from SymbolBase<TType>.)
Public property Keyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the keyword used in the VB.
Public property Start This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the starting point of the source location. (Inherited from SymbolBase<TType>.)
Public property Type This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a Type that inherits from the base Type. (Inherited from SymbolBase<TType>.)

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 start of the machine. (Inherited from SymbolBase<TType>.)
Public method Equals This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a value whether the current object is equal to the new object. (Overrides SymbolBase<TType>.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this instance. (Overrides SymbolBase<TType>.GetHashCode().)
Public methodStatic member GetSample This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the specified data sample from the object.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OffsetStart This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Starts the time’s offset for the source location. (Inherited from SymbolBase<TType>.)
Public method ToString This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a string representation of the current SymbolBase<TType> object. (Inherited from SymbolBase<TType>.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Tokenizer.Symbols Namespace