C# 클래스 Swagger.Net.ResourceListing

Represents the resource listing.
파일 보기 프로젝트 열기: giacomelli/DG-Swagger.Net 1 사용 예제들

공개 메소드들

메소드 설명
AddApi ( ResourceApi api ) : void

Adds an API to the liting.

메소드 상세

AddApi() 공개 메소드

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