C# Class Nancy.Swagger.SwaggerSchemaFactory.EnumerableSchema

Inheritance: Swagger.ObjectModel.Schema
Mostrar archivo Open project: khellang/Nancy.Swagger

Public Methods

Method Description
EnumerableSchema ( Type t, Model sModel ) : System

Method Details

EnumerableSchema() public method

public EnumerableSchema ( Type t, Model sModel ) : System
t System.Type
sModel Swagger.ObjectModel.Model
return System