add support for csharp net40 (#6792)

This commit is contained in:
wing328
2017-10-27 22:47:02 +08:00
committed by GitHub
parent fe2ed67f20
commit cab4fc0fed
162 changed files with 18297 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
# IO.Swagger.Model.ArrayTest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ArrayOfString** | **List<string>** | | [optional]
**ArrayArrayOfInteger** | **List<List<long?>>** | | [optional]
**ArrayArrayOfModel** | **List<List<ReadOnlyFirst>>** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)