Share via


CSharpSymbol Constructor (Int32, Int32, Int32, String, CSharpSymbolType, 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 CSharpSymbol 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 CSharpSymbolType, _
    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 CSharpSymbolType 
Dim errors As IEnumerable(Of RazorError)

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

Parameters

See Also

Reference

CSharpSymbol Class

CSharpSymbol Overload

System.Web.Razor.Tokenizer.Symbols Namespace