Fix logic of getNullableType of csharp server and client. (#3537)

* Fix default nullable

* Fix tests

* Update samples

* Fix template default value

* Update samples

* Also fix for interface

* update samples
This commit is contained in:
Juang, Yi-Lin
2019-08-06 10:26:50 +08:00
committed by William Cheng
parent 2bbebf9752
commit 5ab1c9c75b
451 changed files with 9700 additions and 3839 deletions

View File

@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ArrayArrayNumber** | **List<List<decimal?>>** | | [optional]
**ArrayArrayNumber** | **List<List<decimal>>** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)