VBSymbol Constructor (Int32, Int32, Int32, String, VBSymbolType, 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 VBSymbol class.

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

public function VBSymbol(
	offset : int, 
	line : int, 
	column : int, 
	content : String, 
	type : VBSymbolType, 
	errors : IEnumerable<RazorError>
)

Parameters

offset
Type: System.Int32
The offset value.
line
Type: System.Int32
The line value.
column
Type: System.Int32
The column value.
content
Type: System.String
The content String value.
type
Type: System.Web.Razor.Tokenizer.Symbols.VBSymbolType
The VBSymbolType.
errors
Type: System.Collections.Generic.IEnumerable(RazorError)
List of razor errors.
Show: