CSharpSymbol Constructor (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.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Parameters
- start
- Type: System.Web.Razor.Text.SourceLocation
The location to start the symbol.
- content
- Type: System.String
The content of the symbol.
- type
- Type: System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType
The type of the symbol.
Show: