Share via


CSharpSymbol Constructor (Int32, Int32, Int32, String, CSharpSymbolType)

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 _
)
'Usage
Dim offset As Integer 
Dim line As Integer 
Dim column As Integer 
Dim content As String 
Dim type As CSharpSymbolType 

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

Parameters

See Also

Reference

CSharpSymbol Class

CSharpSymbol Overload

System.Web.Razor.Tokenizer.Symbols Namespace