Mono Class Library: System.Collections.IList Overview | Members

System.Collections.IList.Contains Method

Determines whether the current instance contains a specific value. [Edit]

public bool Contains (object value)

Parameters

value
The object to locate in the current instance. [Edit]

Returns

true if the object is found in the current instance; otherwise, false. [Edit]

Remarks

Operation
As described above.

Usage
Use the IList.Contains(object) method to determine if a particular object is an element of the current instance.

[Edit]

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0