C# Class Nancy.Swagger.SwaggerSchemaFactory.EnumSchema

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

Public Methods

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

Method Details

EnumSchema() public method

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