ReadOnlyDictionary<TKey, TValue>.ValueCollection.ICollection<TValue>.Contains Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the collection contains a specific value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- item
- Type: TValue
The object to locate in the collection.
Implements
ICollection<T>.Contains(T)This member is an explicit interface member implementation. It can be used only when the ReadOnlyDictionary<TKey, TValue>.ValueCollection instance is cast to an ICollection<T> interface.
Show: