ReadOnlyDictionary<TKey,TValue>.ValueCollection.ICollection<TValue>.Add メソッド

定義

常に NotSupportedException 例外をスローします。

 virtual void System.Collections.Generic.ICollection<TValue>.Add(TValue item) = System::Collections::Generic::ICollection<TValue>::Add;
void ICollection<TValue>.Add (TValue item);
abstract member System.Collections.Generic.ICollection<TValue>.Add : 'Value -> unit
override this.System.Collections.Generic.ICollection<TValue>.Add : 'Value -> unit
Sub Add (item As TValue) Implements ICollection(Of TValue).Add

パラメーター

item
TValue

コレクションに追加するオブジェクト。

実装

例外

すべての場合。

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ReadOnlyDictionary<TKey,TValue>.ValueCollection のインスタンスが ICollection<T> インターフェイスにキャストされる場合のみ、使用できます。 インターフェイスは ICollection<T> 、インターフェイスを実装するコレクションが読み取り Add 専用である場合、メソッドが例外をスロー NotSupportedException することを指定します。

適用対象