In This Article

IJavaScriptSymbolTable Interface

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

public interface IJavaScriptSymbolTable

Properties

Symbols

The collection of symbols located within the document.

IEnumerable<IJavaScriptSymbol> Symbols { get; }

Property Value

IEnumerable<IJavaScriptSymbol>

See Also

Extension Methods

See Also