CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums


Determines whether an element is in the ArrayList.

Namespace: ?System.Collections
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Function Contains ( _
	item As Object _
) As Boolean
C#
public virtual bool Contains(
	Object item
)
Visual C++
public:
virtual bool Contains(
	Object^ item
)
JavaScript
function contains(item);

Parameters

item
Type: System..::.Object
The Object to locate in the ArrayList. The value can be null.

Return Value

true if item is found in the ArrayList; otherwise, false.

Implements

IList..::.Contains(Object)

See Also



Free Download:
   
  Privacy | Contact Us
All Times Are GMT