Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Generator] Delegate conversions with generic params are broken #120

Open
slxdy opened this issue Mar 24, 2024 · 0 comments
Open

[Generator] Delegate conversions with generic params are broken #120

slxdy opened this issue Mar 24, 2024 · 0 comments

Comments

@slxdy
Copy link

slxdy commented Mar 24, 2024

Idk how to describe it well, so I think the following Il2CppInterop-generated piece speaks for itself.
At Il2CppSystem.Comparison<>:

public static implicit operator Comparison<T>(System.Func<,> P_0)
{
    return DelegateSupport.ConvertDelegate<Comparison<T>>(P_0);
}

The parameter type does not specify the generic arguments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant