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

定義

ICollection<T> に特定の値が含まれているかどうかを判断します。

 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

ICollection<T>内で検索するオブジェクト。

戻り値

ICollection<T>item が見つかった場合に true します。それ以外の場合は、false

実装

適用対象