Share via


ApiDescription.ParameterDescriptions Property

Definition

Gets a list of ApiParameterDescription for this api.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiParameterDescription ^> ^ ParameterDescriptions { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiParameterDescription ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription> ParameterDescriptions { get; }
member this.ParameterDescriptions : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription>
Public ReadOnly Property ParameterDescriptions As IList(Of ApiParameterDescription)

Property Value

Applies to