CSharpSymbol Properties

Include Protected Members
Include Inherited Members

The CSharpSymbol 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 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 EscapedIdentifier This 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 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 language keyword.
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

See Also

Reference

CSharpSymbol Class

System.Web.Razor.Tokenizer.Symbols Namespace