ApiDescriptionGroupCollectionProvider 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.
Creates a new instance of ApiDescriptionGroupCollectionProvider.
public:
ApiDescriptionGroupCollectionProvider(Microsoft::AspNetCore::Mvc::Infrastructure::IActionDescriptorCollectionProvider ^ actionDescriptorCollectionProvider, System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ApiExplorer::IApiDescriptionProvider ^> ^ apiDescriptionProviders);
public ApiDescriptionGroupCollectionProvider (Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescriptorCollectionProvider actionDescriptorCollectionProvider, System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionProvider> apiDescriptionProviders);
new Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollectionProvider : Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescriptorCollectionProvider * seq<Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionProvider> -> Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollectionProvider
Public Sub New (actionDescriptorCollectionProvider As IActionDescriptorCollectionProvider, apiDescriptionProviders As IEnumerable(Of IApiDescriptionProvider))
Parameters
- actionDescriptorCollectionProvider
- IActionDescriptorCollectionProvider
- apiDescriptionProviders
- IEnumerable<IApiDescriptionProvider>
The IEnumerable<T>.