SiteMapNodeCollection.IList.IndexOf(Object) Method

Definition

Determines the index of the specific item in the collection that is returned by the IList interface. For a description of this member, see IndexOf(Object).

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

Parameters

value
Object

The object to locate in the IList.

Returns

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

Implements

Applies to

See also