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