ApiDescriptionGroupCollection 构造函数

定义

初始化 ApiDescriptionGroupCollection 的新实例。

public:
 ApiDescriptionGroupCollection(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiDescriptionGroup ^> ^ items, int version);
public ApiDescriptionGroupCollection (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroup> items, int version);
new Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollection : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroup> * int -> Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollection
Public Sub New (items As IReadOnlyList(Of ApiDescriptionGroup), version As Integer)

参数

version
Int32

已发现组的唯一版本。

适用于