In This Article

IJavaScriptSymbol Interface

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

public interface IJavaScriptSymbol

Properties

Name

The symbol name.

string Name { get; }

Property Value

string

See Also

UsageCount

The usage count.

int UsageCount { get; set; }

Property Value

int

See Also

Extension Methods

See Also