Share via


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)

Syntax

'Declaration
Public Sub New ( _
    offset As Integer, _
    line As Integer, _
    column As Integer, _
    content As String, _
    type As VBSymbolType, _
    errors As IEnumerable(Of RazorError) _
)
'Usage
Dim offset As Integer 
Dim line As Integer 
Dim column As Integer 
Dim content As String 
Dim type As VBSymbolType 
Dim errors As IEnumerable(Of RazorError)

Dim instance As New VBSymbol(offset, _
    line, column, content, type, errors)
public VBSymbol(
    int offset,
    int line,
    int column,
    string content,
    VBSymbolType type,
    IEnumerable<RazorError> errors
)
public:
VBSymbol(
    int offset, 
    int line, 
    int column, 
    String^ content, 
    VBSymbolType type, 
    IEnumerable<RazorError^>^ errors
)
new : 
        offset:int * 
        line:int * 
        column:int * 
        content:string * 
        type:VBSymbolType * 
        errors:IEnumerable<RazorError> -> VBSymbol
public function VBSymbol(
    offset : int, 
    line : int, 
    column : int, 
    content : String, 
    type : VBSymbolType, 
    errors : IEnumerable<RazorError>
)

Parameters

See Also

Reference

VBSymbol Class

VBSymbol Overload

System.Web.Razor.Tokenizer.Symbols Namespace