ecologylab / BigSemanticsWrapperRepository

Repository of wrappers used by the BigSemantics project.
Apache License 2.0
3 stars 9 forks source link

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

Open amwebb opened 8 years ago

amwebb commented 8 years ago

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.