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)

public function CSharpSymbol(
	offset : int, 
	line : int, 
	column : int, 
	content : String, 
	type : CSharpSymbolType
)

Parameters

offset
Type: System.Int32
The symbol’s offset.
line
Type: System.Int32
The line.
column
Type: System.Int32
The column
content
Type: System.String
The content of the symbol.
type
Type: System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType
The type of the symbol.
Show: