Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Contains(T)

  • Declared in: RT.Util.Collections.ListSorted<T>
  • Implements: ICollection<T>.Contains(T)

Declaration

public bool Contains(
    T item
)

Summary

Returns true if the list contains the specified item. This operation is O(logN).