C# Class Swagger.Net.ResourceListing

Represents the resource listing.
Mostra file Open project: giacomelli/DG-Swagger.Net Class Usage Examples

Public Methods

Method Description
AddApi ( ResourceApi api ) : void

Adds an API to the liting.

Method Details

AddApi() public method

Adds an API to the liting.
public AddApi ( ResourceApi api ) : void
api ResourceApi An API.
return void