Calls this function.
[C#] JSValue Call(IList<JSValue> args) [Visual Basic] Function Call(args As IList(Of JSValue)) As JSValue
JSValue Call(IList<JSValue> args)
Function Call(args As IList(Of JSValue)) As JSValue
may throw Exception()
The method calls this value as a function.
None.