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

定義

コレクションに特定の値が格納されているかどうかを判断します。

 virtual bool System.Collections.Generic.ICollection<TValue>.Contains(TValue item) = System::Collections::Generic::ICollection<TValue>::Contains;
bool ICollection<TValue>.Contains (TValue item);
abstract member System.Collections.Generic.ICollection<TValue>.Contains : 'Value -> bool
override this.System.Collections.Generic.ICollection<TValue>.Contains : 'Value -> bool
Function Contains (item As TValue) As Boolean Implements ICollection(Of TValue).Contains

パラメーター

item
TValue

コレクション内で検索するオブジェクト。

戻り値

item がコレクションに存在する場合は、true。それ以外の場合は、false

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ReadOnlyDictionary<TKey,TValue>.ValueCollection のインスタンスが ICollection<T> インターフェイスにキャストされる場合のみ、使用できます。

適用対象