Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: int IndexOf(T)

  • Declared in: RT.Util.Collections.ListSorted<T>
  • Implements: IList<T>.IndexOf(T)

Declaration

public int IndexOf(
    T item
)

Summary

Returns the index of the FIRST item equal to the specified item, or -1 if the item is not found. The operation is O(log N).