CSharpSymbol Class

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

Represents a C sharp symbol for the razor tokenizer.

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

public class CSharpSymbol extends SymbolBase<CSharpSymbolType>

The CSharpSymbol type exposes the following members.

  NameDescription
Public methodCSharpSymbol(SourceLocation, String, CSharpSymbolType)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 CSharpSymbol class.
Public methodCSharpSymbol(SourceLocation, String, CSharpSymbolType, 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 CSharpSymbol class.
Public methodCSharpSymbol(Int32, Int32, Int32, String, CSharpSymbolType)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 CSharpSymbol class.
Public methodCSharpSymbol(Int32, Int32, Int32, String, CSharpSymbolType, 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 CSharpSymbol class.
Top

  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 a SymbolBase(TType). (Inherited from SymbolBase(TType).)
Public propertyErrorsThis 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 propertyEscapedIdentifierThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the symbol has an escaped identifier.
Public propertyKeywordThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the language keyword.
Public propertyStartThis 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 propertyTypeThis 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

  NameDescription
Public methodChangeStartThis 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 methodEqualsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object. (Overrides SymbolBase(TType).Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCodeThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this current instance. (Overrides SymbolBase(TType).GetHashCode().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOffsetStartThis 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 methodToStringThis 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

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