Determines the index of a specific item in the IList.

Namespace:  ESRI.ArcGISExplorer.Data
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public virtual int IndexOf(
	Object value
)
Visual Basic (Declaration)
Public Overridable Function IndexOf ( _
	value As Object _
) As Integer

Parameters

value
Type: System..::.Object
The Object to locate in the IList.

Return Value

The index of value if found in the list; otherwise, -1.

Implements

IList..::.IndexOf(Object)

See Also

Relate Topics:
  Add Method
  AddIndex Method
  AddNew Method
  ApplySort Method
  Clear Method
  Contains Method
  CopyTo Method
  Fill Method
  Find Method
  GetEnumerator Method
  GetItemProperties Method
  GetListName Method
  GetRelatedBindingAdapter Method
  Insert Method
  Remove Method
  RemoveAt Method
  RemoveIndex Method
  RemoveSort Method
Created by Atop CHM to web converter,© 2009 all right reserved.