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

generated class Search not using generic parameter in C# #51

Open
amwebb opened this issue Dec 23, 2015 · 0 comments
Open

generated class Search not using generic parameter in C# #51

amwebb opened this issue Dec 23, 2015 · 0 comments

Comments

@amwebb
Copy link

amwebb commented Dec 23, 2015

The Search class in C# has a generic parameter for specifying the type of SearchResult, but that generic parameter is never used for any of the fields in Search.

Should we be using generics here?

It seems the meta-metadata definition says that it should be used for search_results field.

Not sure, but it seems possible that related_searches and next_page should also be using this generic parameter.

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