1 implementation of InvokeConstructorAsync
Microsoft.JSInterop (1)
Implementation\JSObjectReference.cs (1)
53
public ValueTask<IJSObjectReference>
InvokeConstructorAsync
(string identifier, object?[]? args)
1 reference to InvokeConstructorAsync
Microsoft.JSInterop (1)
JSObjectReferenceExtensions.cs (1)
132
return jsObjectReference.
InvokeConstructorAsync
(identifier, args);