MediaTypeCollection クラス

定義

メディアの種類のコレクション。

public ref class MediaTypeCollection : System::Collections::ObjectModel::Collection<System::String ^>
public class MediaTypeCollection : System.Collections.ObjectModel.Collection<string>
type MediaTypeCollection = class
    inherit Collection<string>
Public Class MediaTypeCollection
Inherits Collection(Of String)
継承
MediaTypeCollection

コンストラクター

MediaTypeCollection()

MediaTypeCollection の新しいインスタンスを初期化します。

メソッド

Add(MediaTypeHeaderValue)

MediaTypeCollection の末尾にオブジェクトを追加します。

Insert(Int32, MediaTypeHeaderValue)

MediaTypeCollection 内の指定したインデックスの位置に要素を挿入します。

Remove(MediaTypeHeaderValue)

から特定のメディアタイプの最初の出現箇所を削除します MediaTypeCollection

適用対象