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)

public CSharpSymbol(
	SourceLocation start,
	string content,
	CSharpSymbolType type
)

Parameters

start
Type: System.Web.Razor.Text.SourceLocation
The location to start the symbol.
content
Type: System.String
The content of the symbol.
type
Type: System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType
The type of the symbol.
Show: