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

Bad signature for generic method #40

Open
KosmicTask opened this issue Apr 25, 2020 · 0 comments
Open

Bad signature for generic method #40

KosmicTask opened this issue Apr 25, 2020 · 0 comments

Comments

@KosmicTask
Copy link
Contributor

Given

public static List<Selectable<T>> MakeSelectable<T>(IEnumerable<T> items, bool isSelected = true)

we see

DBManagedMethod *method = [self classMethodWithMonoName:"MakeSelectable(System.Collections.Generic.IEnumerable`1<Namespace.TypeName/T>,bool)" typeParameters:typeParameter];

The type parameter T should not be prefixed.

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