Table of Contents

AddFormCollectionConverter Method

Definition

AddFormCollectionConverter(IList<XmlConverter>)

Adds an IFormCollection XML converter to the list.

public static IList<XmlConverter> AddFormCollectionConverter(this IList<XmlConverter> converters)

Parameters

converters IList<XmlConverter>

The IList<T> to extend.

Returns

IList<XmlConverter>

A reference to converters after the operation has completed.