Table of Contents

AddQueryCollectionConverter Method

Definition

AddQueryCollectionConverter(IList<XmlConverter>)

Adds an IQueryCollection XML converter to the list.

public static IList<XmlConverter> AddQueryCollectionConverter(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.