In This Article

JavaScriptSymbol Class

Represents a JavaScript symbol, located during parsing.

public class JavaScriptSymbol : IJavaScriptSymbol
Inheritance:
object object
Implements:
IJavaScriptSymbol

Constructors

JavaScriptSymbol(string)

Initializes a new instance of the JavaScriptSymbol class.

public JavaScriptSymbol(string name)
Parameter Type Description
name string

The symbol name.

Properties

Name

Gets the symbol name.

public string Name { get; }

Property Value

string:

The symbol name.

UsageCount

Gets or sets the usage count.

public int UsageCount { get; set; }

Property Value

int:

The usage count.

Inherited Members