Skip to content

JSMarshaller.BuildMethodOverloadDescriptorExpression method

Builds a lambda expression that generates a callback descriptor that resolves and invokes the best-matching overload from a set of overloaded methods.

C#
public Expression<Func<JSCallbackDescriptor>> BuildMethodOverloadDescriptorExpression(
    MethodInfo[] methods)

See Also

Released under the MIT license