Collection<T>::IList::Contains Method
Silverlight
Determines whether the IList contains a specific value.
Namespace: System.Collections.ObjectModel
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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: