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

定義

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

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

パラメーター

item
TKey

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

実装

例外

すべての場合。

注釈

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

適用対象