Skip to content

JSFunction.Name property

Gets the name of the function, or an empty string if the function is unnamed.

C#
public string Name { get; }

See Also

Released under the MIT license