Skip to content

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

@amwebb

Description

@amwebb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions