Skip to content

JSCallbackOverload.ParameterTypes property

Specifies the number of parameters and the .NET type that each JS argument will be converted to before invoking the callback.

C#
public Type[] ParameterTypes { get; }

See Also

Released under the MIT license