JavaScriptSymbolTable Class
Provides a JavaScript
symbol table.
public class JavaScriptSymbolTable : IJavaScriptSymbolTable
- Inheritance:
- object object
- Implements:
- IJavaScriptSymbolTable
Constructors
JavaScriptSymbolTable()
Initializes an instance of the class.
public JavaScriptSymbolTable()
Properties
Symbols
Gets the collection of symbols located within the document.
public IEnumerable<IJavaScriptSymbol> Symbols { get; }
Property Value
- IEnumerable<IJavaScriptSymbol>:
The collection of symbols located within the document.