Files
openapi-generator/samples/client/petstore
Jim Schubert 9dc40128ac [csharp] Options: useCollection, returnICollection
This change is inline with Microsoft's recommended guidelines for
collects
(https://msdn.microsoft.com/en-us/library/dn169389(v=vs.110).aspx).

Added generator options for csharp to:

* useCollection: Deserialize responses into and return Collection<T>
* returnICollection: For List<T> or Collection<T>, return ICollection<T>
  instead of the concrete type

As a consequence of useCollection, method imputs will also change to
Collection<T>.
2016-01-24 09:13:39 -05:00
..
2015-10-20 10:31:42 -07:00
2015-10-20 10:31:42 -07:00
2016-01-22 17:27:30 +08:00
2016-01-20 21:46:10 +08:00
2015-11-11 16:42:00 +08:00
2015-10-20 10:30:19 -07:00
2016-01-14 14:51:06 +01:00