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

@@ -7,8 +7,8 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**MapMapOfString** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
**MapOfEnumString** | **Dictionary<string, string>** | | [optional]
**DirectMap** | **Dictionary<string, bool?>** | | [optional]
**IndirectMap** | **Dictionary<string, bool?>** | | [optional]
**DirectMap** | **Dictionary<string, bool>** | | [optional]
**IndirectMap** | **Dictionary<string, bool>** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)