ApplicationModelProviderContext(IEnumerable<TypeInfo>) 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 ApplicationModelProviderContext.
public:
 ApplicationModelProviderContext(System::Collections::Generic::IEnumerable<System::Reflection::TypeInfo ^> ^ controllerTypes);public ApplicationModelProviderContext(System.Collections.Generic.IEnumerable<System.Reflection.TypeInfo> controllerTypes);new Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModelProviderContext : seq<System.Reflection.TypeInfo> -> Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModelProviderContextPublic Sub New (controllerTypes As IEnumerable(Of TypeInfo))Parameters
- controllerTypes
- IEnumerable<TypeInfo>
The discovered controller TypeInfo instances.