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::IWrapperProviderFactory
public class EnumerableWrapperProviderFactory : Microsoft.AspNetCore.Mvc.Formatters.Xml.IWrapperProviderFactory
type EnumerableWrapperProviderFactory = class
interface IWrapperProviderFactory
Public 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. |