Chili.Opf3 Send comments on this topic.
FindIndex Method
See Also 
Chili.Opf3 Namespace > Generic ObjectSet Class : FindIndex Method




Overload List

OverloadDescription
FindIndex(Generic Predicate) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire ObjectSet.  
FindIndex(Int32,Generic Predicate) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the ObjectSet that extends from the specified index to the last element.  
FindIndex(Int32,Int32,Generic Predicate) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the ObjectSet that starts at the specified index and contains the specified number of elements.  

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also