Поделиться через


ApiDescriptionGroup(String, IReadOnlyList<ApiDescription>) Конструктор

Определение

Создает новый экземпляр ApiDescriptionGroup.

public:
 ApiDescriptionGroup(System::String ^ groupName, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiDescription ^> ^ items);
public ApiDescriptionGroup (string groupName, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription> items);
public ApiDescriptionGroup (string? groupName, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription> items);
new Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroup : string * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription> -> Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroup
Public Sub New (groupName As String, items As IReadOnlyList(Of ApiDescription))

Параметры

groupName
String

Имя группы.

items
IReadOnlyList<ApiDescription>

Коллекция ApiDescription элементов для этой группы.

Применяется к