Share via


CSharpSymbol Constructor (SourceLocation, 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 ( _
    start As SourceLocation, _
    content As String, _
    type As CSharpSymbolType _
)
'Usage
Dim start As SourceLocation 
Dim content As String 
Dim type As CSharpSymbolType 

Dim instance As New CSharpSymbol(start, content, _
    type)
public CSharpSymbol(
    SourceLocation start,
    string content,
    CSharpSymbolType type
)
public:
CSharpSymbol(
    SourceLocation start, 
    String^ content, 
    CSharpSymbolType type
)
new : 
        start:SourceLocation * 
        content:string * 
        type:CSharpSymbolType -> CSharpSymbol
public function CSharpSymbol(
    start : SourceLocation, 
    content : String, 
    type : CSharpSymbolType
)

Parameters

See Also

Reference

CSharpSymbol Class

CSharpSymbol Overload

System.Web.Razor.Tokenizer.Symbols Namespace