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
See Also
Extension Methods
- ObjectExtensions.TryConvertToDouble(object, out double)
- ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)