ApiDescriptionGroupCollection Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the 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)
Parameters
- items
- IReadOnlyList<ApiDescriptionGroup>
The list of ApiDescriptionGroup.
- version
- Int32
The unique version of discovered groups.