EnumerableWrapperProviderFactory Class

Definition

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.

Applies to