ISequence T  IndexWhere Method A Sandcastle Documented Class Library
Overload List
  NameDescription
Public methodIndexWhere(Func T, Boolean )
Finds the index of the first element satisfying some predicate. If this sequence represents an infinite set or series and no element satisfies the predicate, this will never return!
Public methodIndexWhere(Func T, Boolean , Int32)
Finds the index of the first element satisfying some predicate after or at some start index. If this sequence represents an infinite set or series and no element satisfies the predicate, this will never return!
Public methodIndexWhere(Func T, Boolean , Int32, Int32)
Finds the index of the first element satisfying some predicate after or at some start index and within the range specified by count.
Top
See Also