In This Article

IJavaScriptSymbol Interface

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

public interface IJavaScriptSymbol

Properties

Name

Gets the symbol name.

string Name { get; }

Property Value

string:

The symbol name.

See Also

UsageCount

Gets or sets the usage count.

int UsageCount { get; set; }

Property Value

int:

The usage count.

See Also

See Also