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.
Namespace: System.Web.Razor.Tokenizer.Symbols
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Sub New ( _
start As SourceLocation, _
content As String, _
type As VBSymbolType _
)
'Usage
Dim start As SourceLocation
Dim content As String
Dim type As VBSymbolType
Dim instance As New VBSymbol(start, content, _
type)
public VBSymbol(
SourceLocation start,
string content,
VBSymbolType type
)
public:
VBSymbol(
SourceLocation start,
String^ content,
VBSymbolType type
)
new :
start:SourceLocation *
content:string *
type:VBSymbolType -> VBSymbol
public function VBSymbol(
start : SourceLocation,
content : String,
type : VBSymbolType
)
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.