次の方法で共有


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 コレクション。

適用対象