JavaScriptSymbol Class
Represents a JavaScript symbol, located during parsing.
public class JavaScriptSymbol : IJavaScriptSymbol
- Inheritance:
- object object
- Implements:
- IJavaScriptSymbol
Constructors
JavaScriptSymbol(string)
Initializes an instance of the class.
public JavaScriptSymbol(string name)
| Parameter | Type | Description |
|---|---|---|
| name | string | The symbol name. |
Properties
Name
The symbol name.
UsageCount
The usage count.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()