EnumerableWrapperProviderFactory Class   
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 an EnumerableWrapperProvider for interface types implementing the IEnumerable<T> type.
public ref class EnumerableWrapperProviderFactory : Microsoft::AspNetCore::Mvc::Formatters::Xml::IWrapperProviderFactorypublic class EnumerableWrapperProviderFactory : Microsoft.AspNetCore.Mvc.Formatters.Xml.IWrapperProviderFactorytype EnumerableWrapperProviderFactory = class
    interface IWrapperProviderFactoryPublic Class EnumerableWrapperProviderFactory
Implements IWrapperProviderFactory- Inheritance
- 
				EnumerableWrapperProviderFactory
- Implements
Constructors
| EnumerableWrapperProviderFactory(IEnumerable<IWrapperProviderFactory>) | Initializes an EnumerableWrapperProviderFactory with a list IWrapperProviderFactory. | 
Methods
| GetProvider(WrapperProviderContext) | Gets an EnumerableWrapperProvider for the provided context. |