C# Class Swagger.Net.ResourceListing

Represents the resource listing.
Afficher le fichier Open project: giacomelli/DG-Swagger.Net Class Usage Examples

Méthodes publiques

Méthode Description
AddApi ( ResourceApi api ) : void

Adds an API to the liting.

Method Details

AddApi() public méthode

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