Collection<T>.IList.Contains Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the IList contains a specific value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Object
The Object to locate in the IList.
Implements
IList.Contains(Object)| Exception | Condition |
|---|---|
| ArgumentException | value is of a type that is not assignable to the IList. |
Show: