[C#] fix integer enum without format (#9136)

* fix inner enum integer without format

* add line break, update samples

* remove line break

* add line break

* update SHA
This commit is contained in:
William Cheng
2021-03-31 15:11:10 +08:00
committed by GitHub
parent e1ef00903e
commit de5651adac
56 changed files with 411 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ Name | Type | Description | Notes
**enumString** | [**EnumStringEnum**](#EnumStringEnum) | | [optional]
**enumStringRequired** | [**EnumStringRequiredEnum**](#EnumStringRequiredEnum) | |
**enumInteger** | [**EnumIntegerEnum**](#EnumIntegerEnum) | | [optional]
**enumIntegerOnly** | [**EnumIntegerOnlyEnum**](#EnumIntegerOnlyEnum) | | [optional]
**enumNumber** | [**EnumNumberEnum**](#EnumNumberEnum) | | [optional]
**outerEnum** | **OuterEnum** | | [optional]
**outerEnumInteger** | **OuterEnumInteger** | | [optional]
@@ -47,6 +48,15 @@ NUMBER_MINUS_1 | -1
## Enum: EnumIntegerOnlyEnum
Name | Value
---- | -----
NUMBER_2 | 2
NUMBER_MINUS_2 | -2
## Enum: EnumNumberEnum
Name | Value