Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ODataMediaTypeFormatterCollectionExtensions Class

 

Provides extension methods for the MediaTypeFormatterCollection class.

Namespace:   System.Web.Http
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

System::Object
  System.Web.Http::ODataMediaTypeFormatterCollectionExtensions

[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class ODataMediaTypeFormatterCollectionExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAddRange(MediaTypeFormatterCollection^, IEnumerable<MediaTypeFormatter^>^)

Obsolete.Adds the elements of the specified collection to the end of the MediaTypeFormatterCollection.

System_CAPS_pubmethodSystem_CAPS_staticInsertRange(MediaTypeFormatterCollection^, Int32, IEnumerable<MediaTypeFormatter^>^)

Obsolete.Inserts the elements of a collection into the MediaTypeFormatterCollection at the specified index.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: