Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

ReadOnlyListBase<(Of <(<'T>)>)>..::..FindIndex Method

Overload List


  Name Description
Public method FindIndex(Predicate<(Of <<'(T>)>>))
Finds the index of the first item in the list that satisfies the condition defined by predicate. If no item matches the condition, -1 is returned.
Public method FindIndex(Int32, Predicate<(Of <<'(T>)>>))
Finds the index of the first item, in the range of items extending from index to the end, that satisfies the condition defined by predicate. If no item matches the condition, -1 is returned.
Public method FindIndex(Int32, Int32, Predicate<(Of <<'(T>)>>))
Finds the index of the first item, in the range of count items starting from index, that satisfies the condition defined by predicate. If no item matches the condition, -1 is returned.