C# Class NSwag.Annotations.SwaggerOperationProcessorAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: NSwag/NSwag

Public Methods

Method Description
SwaggerOperationProcessorAttribute ( Type type ) : System

Initializes a new instance of the SwaggerOperationProcessorAttribute class.

Method Details

SwaggerOperationProcessorAttribute() public method

Initializes a new instance of the SwaggerOperationProcessorAttribute class.
public SwaggerOperationProcessorAttribute ( Type type ) : System
type System.Type The type.
return System