ODataMediaTypeFormatterCollectionExtensions Class

 

Provides extension methods for the MediaTypeFormatterCollection class.

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

Inheritance Hierarchy

System.Object
  System.Web.Http.ODataMediaTypeFormatterCollectionExtensions

Syntax

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class ODataMediaTypeFormatterCollectionExtensions
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class ODataMediaTypeFormatterCollectionExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type ODataMediaTypeFormatterCollectionExtensions = class end
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public NotInheritable Class ODataMediaTypeFormatterCollectionExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static AddRange(MediaTypeFormatterCollection, IEnumerable<MediaTypeFormatter>)

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

System_CAPS_pubmethodSystem_CAPS_static InsertRange(MediaTypeFormatterCollection, Int32, IEnumerable<MediaTypeFormatter>)

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

Thread Safety

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

See Also

System.Web.Http Namespace

Return to top