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.
UsageCount
Gets or sets the usage count.