Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.IndexOf Method 

Where is the given object?

[Visual Basic]
NotOverridable Public Function IndexOf( _
   ByVal value As Object _
) As Integer _
    Implements IList.IndexOf
[C#]
public int IndexOf(
   object value
);

Parameters

value
The object to find

Return Value

The position of the object in the list, or -1 if not found

Implements

IList.IndexOf

See Also

LinkedList Class | bedrock.collections Namespace