C# Class Swashbuckle.Annotations.AttributeTags.SwaggerExample

Inheritance: System.Attribute
Show file Open project: BenjaminAdams/Swashbuckle-blue

Private Properties

Property Type Description

Public Methods

Method Description
GetExample ( ) : string
SwaggerExample ( string example ) : System

Method Details

GetExample() public method

public GetExample ( ) : string
return string

SwaggerExample() public method

public SwaggerExample ( string example ) : System
example string
return System