Table of Contents

Constructor ApiParameterAttribute

Namespace
Sisk.Documenting.Annotations
Assembly
Sisk.Documenting.dll

ApiParameterAttribute(string, string)

Initializes a new instance of the ApiParameterAttribute class with the specified name and type name.

public ApiParameterAttribute(string name, string typeName)

Parameters

name string

The name of the parameter.

typeName string

The type name of the parameter.