In This Article

IJavaScriptSymbolTable Interface

Provides the base requirements of an object that represents a JavaScript symbol.

public interface IJavaScriptSymbolTable

Properties

Symbols

Gets the collection of symbols located within the document.

IEnumerable<IJavaScriptSymbol> Symbols { get; }

Property Value

IEnumerable<IJavaScriptSymbol>:

The collection of symbols located within the document.

See Also

See Also